We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaadf56 commit 59191a9Copy full SHA for 59191a9
scripts/k6_load_test.js
@@ -12,7 +12,7 @@ const staging = 'http://gptwrapper.toska.svc.cluster.local:8000/api/ai/stream'
12
const local = 'http://172.17.0.1:3000/api//ai/stream'
13
14
// k6 will pickup the options object internally.
15
-const vusit = 50
+const vusit = 10
16
export const options = {
17
vus: vusit,
18
iterations: vusit,
0 commit comments