Skip to content

Commit 12b6e5c

Browse files
committed
Add concurrency option to readme
1 parent 1c5ea0a commit 12b6e5c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ runner.run(collection, {
3333
script: 5000
3434
},
3535

36+
// Number of concurrent users
37+
concurrency: 1,
38+
3639
// Number of iterations
3740
iterationCount: 1,
3841

0 commit comments

Comments
 (0)