Skip to content

Commit

Permalink
Merge branch 'websocketCompression#611' of https://github.com/coolisc…
Browse files Browse the repository at this point in the history
…ool/k6 into websocketCompression#611
  • Loading branch information
cooliscool committed Oct 19, 2021
2 parents da02c68 + 54175b8 commit e22217e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ export let options = {
{ target: 50, duration: "1m" },
// Hold at 50 VUs for the next 3 minutes and 30 seconds
{ target: 50, duration: "3m30s" },
// Linearly ramp down from 50 to 0 50 VUs over the last 30 seconds
// Linearly ramp down from 50 to 0 VUs over the last 30 seconds
{ target: 0, duration: "30s" }
// Total execution time will be ~5 minutes
],
Expand Down

0 comments on commit e22217e

Please sign in to comment.