fcsonline / drill

Drill is an HTTP load testing application written in Rust
GNU General Public License v3.0
2.09k stars 111 forks source link

Question about failed requests #187

Open abcd-ca opened 11 months ago

abcd-ca commented 11 months ago

Hi, thanks for making Drill, it's great!

I'm testing on an M1 Mac with this config,

base: 'http://localhost:8080/api'
concurrency: 1000
iterations: 100000
rampup: 2

I'm testing one GET request on an API with no dependencies that simply returns a 200 status with no real work otherwise, just as a test. I get on average about 850 failed requests. Do you know what I might attribute this to?