We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6aebf1c commit ff6a1a7Copy full SHA for ff6a1a7
sites/public/load-testing/headless.js
@@ -3,7 +3,7 @@ import { group, sleep, check } from "k6"
3
import http from "k6/http"
4
5
export const options = {
6
- vus: 400,
+ vus: 1000,
7
iterations: 10000,
8
}
9
0 commit comments