diff options
author | Valery Piashchynski <[email protected]> | 2024-04-11 18:32:14 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2024-04-11 18:32:14 +0200 |
commit | c0d3df2b33bc2a9e9726dbbd73d7fe125ab9d045 (patch) | |
tree | fe0e7cc2586690f79073d7c1c2740db8fdb31c57 /benchmarks/simple.js | |
parent | 731e4b614d79b2e53d31b10b1e2a660aba0ade9a (diff) | |
parent | 107e582d48ab4629e901a1ea65ab4f33d1000944 (diff) |
[#1902]: release: v2024.1.0v2024.1.0
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', |