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

Use TCP sockets for connections #222

Closed alexfernandez closed 10 months ago

alexfernandez commented 10 months ago

Add the new experimental option --tcp to use low-level TCP sockets, using the net library instead of http. Much faster, but some options not implemented. See full write-up in doc/tcp-sockets.md.

Also in this PR:

To be released as v8.0.0.