Skip to content
New issue

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

'ramping-vus' executor can aggregate test results by stages. #3726

Closed
xingzhengxuan opened this issue Apr 30, 2024 · 1 comment
Closed

'ramping-vus' executor can aggregate test results by stages. #3726

xingzhengxuan opened this issue Apr 30, 2024 · 1 comment
Assignees

Comments

@xingzhengxuan
Copy link

Feature Description

When I use ramping-vus include multiple stages:

{ executor: 'ramping-vus', stages: [ { duration: '5m', target: 1 }, { duration: '5m', target: 10 }, { duration: '5m', target: 50 }, ], };

I hope to get the following results:

vus 1 stage ==> req_https: xxx, http_req_duration: xxx, ……
vus 10 stage ==> req_https: xxx, http_req_duration: xxx, ……
vus 50 stage ==> req_https: xxx, http_req_duration: xxx, ……

Suggested Solution (optional)

No response

Already existing or connected issues / PRs (optional)

No response

@codebien
Copy link
Collaborator

codebien commented May 3, 2024

Hey @xingzhengxuan,
this is already an available feature. You can check the documentation here: https://grafana.com/docs/k6/latest/using-k6/tags-and-groups/#tagging-stages.

I close the issue but feel free to re-open if you find something not working as expected.

@codebien codebien closed this as not planned Won't fix, can't repro, duplicate, stale May 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants