Skip to content

Commit

Permalink
increase vus to 100
Browse files Browse the repository at this point in the history
  • Loading branch information
kahlstrm committed May 14, 2024
1 parent 45e1660 commit 8afb495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/ilmomasiina-backend/load_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,15 +31,15 @@ export const options = {
events_list: {
executor: "constant-vus",
exec: "eventsList",
vus: 50,
vus: 100,
duration: "30s",
tags: { my_custom_tag: "events_list" },
env: { MYVAR: "events_list" },
},
individual_events: {
executor: "constant-vus",
exec: "individualEvents",
vus: 50,
vus: 100,
startTime: "30s",
duration: "30s",
tags: { my_custom_tag: "individual_events" },
Expand Down

0 comments on commit 8afb495

Please sign in to comment.