alexfernandez / loadtest

Runs a load test on the selected URL. Fast and easy to use. Can be integrated in your own workflow using the API.
MIT License
2.55k stars 206 forks source link

Performance improvements #221

Closed alexfernandez closed 10 months ago

alexfernandez commented 10 months ago

Performance has increased from 17 krps to 20 krps. Command:

$ node bin/loadtest.js -n 1000000 -c 100 http://localhost:80/ --cores 3

Measurements on a 6-core Intel i5-12400T processor against a local nginx server, only three cores running loadtest.

Performance improvements:

Also in this PR:

For immediate release as v7.1.0.