Back
Question
We're a group of makers shipping together. We help each other stay accountable and reach our goals.
Apply for accessGo to Homepage | g h |
Go to Done Todos | g d |
Go to Questions | g q |
Compose a New Todo | n |
Go to Search | / |
Show this dialog | ? |
👋 Join WIP to participate
Checkout loader.io for free online load testing.
If you're looking for something opensource that you can run from your CLI then you might like artillery.io/
You might also like Hey - github.com/rakyll/hey which is written in go and is really simple to use
Or Wrk - github.com/wg/wrk which is the industry standard and successor of Apache Benchmark - httpd.apache.org/docs/2.4/pro…
I'd personally recommend Hey. It's easy to use and produces a neat report.
It depends on your stack and what kind of testing you want to have. Unit and integration tests are coupled to the language you use. For system tests (end-to-end) I would recommend Cypress.io: www.cypress.io/. It's a pleasure to use!
Thanks for the answers. I will try hey, and loader.io.
About the testing i need is just load testing. I work with rails and already use unit and integration testing.