We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This task is to run a artllery test of 40 request without cache for /users/{userId}/tasks locally
The text was updated successfully, but these errors were encountered:
Prerequisite turn off cache_toggle on Azure "CACHE_TOGGLE": "FALSE"
"CACHE_TOGGLE": "FALSE"
Test Locally
npm install -g artillery
artillery run --output report.json artillery-users-id-tasks.yml
artillery report report.json
Local summary report
Example of Scenarios created #note: /users/{userId}/tasks api is down when testing
Report in HTML format
Link to the entire testing result View entire report here
Sorry, something went wrong.
YAG0731
No branches or pull requests
This task is to run a artllery test of 40 request without cache for /users/{userId}/tasks locally
The text was updated successfully, but these errors were encountered: