Benchmarking

Using Apache Benchmark for performance testing.

Published January 15, 2025 ET

Apache Benchmark

Apache Benchmark comes standard on Mac OS.

Can be called with:

ab -c 10 -t 5 "http://localhost:5000"
  • do 10 concurrent requests at a time
  • over a 5-second span of time
  • and see how many you get & how long each one takes