I want to known result of each requests RPS and Iteration instead of all scenario result total.
The most proper way of doing this is using some metrics storage and outputting k6 there for the later investigation.
For the default k6’s output, it’s not possible without workarounds. There are a bunch of similar topics we have on this forum that basically answers how to implement them:
- Separate metrics summary for each request in default function
- How to track request duration for each endpoint?
- Graphql test serveral stages and every stage have multiple request - #3 by olegbespalov
Let me know if that answers,
Cheers!