Comment on Ask HN: How do you do Load Testing this 2022?Comments−Raed6674yI have used K6 for a couple of one-shot projects and it seems very capable.https://k6.io/−Amasuriel4yI was also very pleasantly surprised by K6.The load tests are written in JavaScript, the api is super clean. It’s command line only, but the command line output is really readable.I’m sure it doesn’t cover all the edge cases of Jmeter, but for testing normal apis it seems pretty perfect.
Comments
I have used K6 for a couple of one-shot projects and it seems very capable.
https://k6.io/
I was also very pleasantly surprised by K6.
The load tests are written in JavaScript, the api is super clean. It’s command line only, but the command line output is really readable.
I’m sure it doesn’t cover all the edge cases of Jmeter, but for testing normal apis it seems pretty perfect.