Hacker News new | ask | show | jobs
by lazarkap 438 days ago
So BuzzBench can basically be a health check for your web app, it hammers your endpoints with requests to see if they hold up under pressure.

You can definitely use it for both quick "will this break under load" tests before deploying, and to track performance over time so you can catch when things start getting sluggish.

The cool part is you can run tests from pretty much anywhere, your laptop, your CI pipeline, different regions - so you get realistic results rather than some theoretical benchmark.