Skip to content

Instantly share code, notes, and snippets.

@whoeverest
Created December 7, 2022 16:17
Show Gist options
  • Save whoeverest/fd1b367c824c8abf4f8de403ba77399d to your computer and use it in GitHub Desktop.
Save whoeverest/fd1b367c824c8abf4f8de403ba77399d to your computer and use it in GitHub Desktop.
How to compile and install wrk on Ubunutu 22.10: https://github.com/wg/wrk
git clone git@github.com:wg/wrk.git
cd wrk/
make
sudo ln -s ~/path/to/wrk/wrk /usr/local/bin/wrk

To make sure it works run wrk --help.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment