This blog documents how to use the wrk and wrk2 benchmarking tools, from installation, usage, and report generation. It also provides a simple Dockerfile containing both wrk and wrk2. — Wrk Wrk is a modern HTTP benchmarking tool written in C language which can be used to test the performance of an API. Source Code: https://github.com/wg/wrk Installation Mac: brew install wrk Linux(Ubuntu/Debian):