k6-docs icon indicating copy to clipboard operation
k6-docs copied to clipboard

executors/ramping-arrival-rate | incorrect number of performed iterations in the example

Open gera-cl opened this issue 1 year ago • 0 comments

The number of the performed iterations specified for the example is incorrect (4020), the correct number is 4260. I calculated the number of each stage using the following equation: duration * (initial rate + target rate) / 2 and then added all the stages. To confirm, I ran the example script getting the same result.

Docs feedback: /docs/sources/v0.50.x/using-k6/scenarios/executors/ramping-arrival-rate.md URL: https://grafana.com/docs/k6/latest/using-k6/scenarios/executors/ramping-arrival-rate/#observations

gera-cl avatar Apr 24 '24 19:04 gera-cl