diff options
Diffstat (limited to 'benchmarks/simple.js')
-rw-r--r-- | benchmarks/simple.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmarks/simple.js b/benchmarks/simple.js index 3f0ebfe6..f7ca15bc 100644 --- a/benchmarks/simple.js +++ b/benchmarks/simple.js @@ -3,7 +3,7 @@ import { sleep } from 'k6'; export const options = { // A number specifying the number of VUs to run concurrently. - vus: 2000, + vus: 1000, // A string specifying the total duration of the test run. duration: '30s', |