Skip to content

Commit 59191a9

Browse files
committed
scale down virtual users and test again
1 parent aaadf56 commit 59191a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/k6_load_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const staging = 'http://gptwrapper.toska.svc.cluster.local:8000/api/ai/stream'
1212
const local = 'http://172.17.0.1:3000/api//ai/stream'
1313

1414
// k6 will pickup the options object internally.
15-
const vusit = 50
15+
const vusit = 10
1616
export const options = {
1717
vus: vusit,
1818
iterations: vusit,

0 commit comments

Comments
 (0)