Hi K6 community,
I have a test were I do CRUD requests in order with stages:
stages: [
{ duration: ‘5m’, target: 25 },
{ duration: ‘10m’, target: 25 },
{ duration: ‘5m’, target: 0 },
If you look at the graph, VUs do not ramp up following the stages. It does slowly then shoots up to max VUs. What is much more weird is request per second is less than 1.
Request per second should be in 20s
K6 0.37 version