|
|
|
|
|
by aosaigh
1738 days ago
|
|
I've used LoadForge before for stress testing: https://loadforge.com I found it a good middle-ground between DIY tools like "hey" and the likes of JMeter and K6. LoadForge is really just a frontend for Locust [2] behind the scenes so all tests are written in Python which might not fit your requirement for Go/Rust, but it's affordable and quick to get started with. [1] https://github.com/rakyll/hey
[2] https://locust.io |
|