summaryrefslogtreecommitdiff
path: root/benchmarks/simple.js
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2024-04-11 18:32:14 +0200
committerGitHub <[email protected]>2024-04-11 18:32:14 +0200
commitc0d3df2b33bc2a9e9726dbbd73d7fe125ab9d045 (patch)
treefe0e7cc2586690f79073d7c1c2740db8fdb31c57 /benchmarks/simple.js
parent731e4b614d79b2e53d31b10b1e2a660aba0ade9a (diff)
parent107e582d48ab4629e901a1ea65ab4f33d1000944 (diff)
[#1902]: release: v2024.1.0v2024.1.0
Diffstat (limited to 'benchmarks/simple.js')
-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',