Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created October 24, 2021 09:34
Show Gist options
  • Save agusrichard/b97443ea50f04580a6ed48b78f07856e to your computer and use it in GitHub Desktop.
Save agusrichard/b97443ea50f04580a6ed48b78f07856e to your computer and use it in GitHub Desktop.
export const options = {
stages: [
{ duration: '2m', target: 400 }, // ramp up to 400 users
{ duration: '3h56m', target: 400 }, // stay at 400 for ~4 hours
{ duration: '2m', target: 0 }, // scale down. (optional)
],
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment