Hacker News new | ask | show | jobs
I made a CLI based load tester to test your API endpoints (github.com)
1 points by Utkarshn10 893 days ago
1 comments

some time ago I had to check the success rate of some APIs which introduced me to profilers that hit the API asynchronously and gave the results.

Setting some of them up was a task for me. So I decided to build a load-tester of my own written in Go.