HI everyone!
I wrote the stress test for download static file:
scenarios: {
contacts: {
executor: 'constant-vus',
vus: 100,
duration: '10m',
}
},
and got result at K6:
When I ran this test from Postman I got another result:
As we see,
K6 shows 90th = 5,47s
Postman shows 90th = 215ms
And I don’t know why