Skip to content

Instantly share code, notes, and snippets.

@agusrichard
Created October 24, 2021 09:16
Show Gist options
  • Save agusrichard/4e2e7cb5bd5df820bcff76a2bcd9ed56 to your computer and use it in GitHub Desktop.
Save agusrichard/4e2e7cb5bd5df820bcff76a2bcd9ed56 to your computer and use it in GitHub Desktop.
export const options = {
vus: 1, // 1 user looping for 1 minute
duration: '1m',
thresholds: {
http_req_duration: ['p(99)<1500'], // 99% of requests must complete below 1.5s
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment