Skip to content

Commit

Permalink
Merge branch 'grafana:master' into wsMoreTests#1152
Browse files Browse the repository at this point in the history
  • Loading branch information
cooliscool authored Oct 19, 2021
2 parents bbbd05c + f7a1ba1 commit 4cffcbe
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 4cffcbe

Please sign in to comment.