diff options
author | Valery Piashchynski <[email protected]> | 2024-04-11 17:05:12 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2024-04-11 17:05:12 +0200 |
commit | acf9dbf69f2a11cafca417ab0f9c13632bbeabf8 (patch) | |
tree | 71d3d3fba35977d608235b60eb6e32d673d846fc /benchmarks/simple.js | |
parent | 731e4b614d79b2e53d31b10b1e2a660aba0ade9a (diff) |
release: v2024.1.0
Signed-off-by: Valery Piashchynski <[email protected]>
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', |