We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1c4b38 commit a17bacdCopy full SHA for a17bacd
sites/public/load-testing/headless.js
@@ -5,7 +5,6 @@ import http from "k6/http"
5
export const options = {
6
vus: 250,
7
iterations: 10000,
8
- maxDuration: "30m",
9
}
10
11
const randomString = (stringLength = 5) =>
0 commit comments