Skip to content

Instantly share code, notes, and snippets.

@egatjens
Created May 20, 2022 16:00
Show Gist options
  • Save egatjens/257fe0abe97caa30a03c0965fe2db9e7 to your computer and use it in GitHub Desktop.
Save egatjens/257fe0abe97caa30a03c0965fe2db9e7 to your computer and use it in GitHub Desktop.
Performance benchmark using wrk
brew install wrk
wrk -t12 -c400 -d10s http://localhost:8081/reservations
  • 12 is the number of threads we will use.
  • 400 the number of concurrent connections
  • The load runs for 10 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment