summaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-04-11 17:05:12 +0200
committerValery Piashchynski <[email protected]>2024-04-11 17:05:12 +0200
commitacf9dbf69f2a11cafca417ab0f9c13632bbeabf8 (patch)
tree71d3d3fba35977d608235b60eb6e32d673d846fc /benchmarks
parent731e4b614d79b2e53d31b10b1e2a660aba0ade9a (diff)
release: v2024.1.0
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/simple.js2
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',