Signed-off-by: Bai Jing 799286817@qq.com --- doc/job/nr_threads | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/job/nr_threads
diff --git a/doc/job/nr_threads b/doc/job/nr_threads new file mode 100644 index 0000000..487b5f8 --- /dev/null +++ b/doc/job/nr_threads @@ -0,0 +1,16 @@ +# nr_threads + +Meaning: +- The number of threads +- You can specify the number of threads to be started for +the test based on your test requirements. + +Usage example: + +```yaml +suite: spinlock + +nr_threads: +- 1 +- 2 +```