Skip to content

Commit ff6a1a7

Browse files
committed
fix: more vus
1 parent 6aebf1c commit ff6a1a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sites/public/load-testing/headless.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { group, sleep, check } from "k6"
33
import http from "k6/http"
44

55
export const options = {
6-
vus: 400,
6+
vus: 1000,
77
iterations: 10000,
88
}
99

0 commit comments

Comments
 (0)