Skip to content

Instantly share code, notes, and snippets.

@phainamikaze
Created October 11, 2021 16:36
Show Gist options
  • Save phainamikaze/ed4e0d337981550d17a74df179057bf7 to your computer and use it in GitHub Desktop.
Save phainamikaze/ed4e0d337981550d17a74df179057bf7 to your computer and use it in GitHub Desktop.
load test tools
sudo apt-get install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git wrk
cd wrk
sudo make
# move the executable to somewhere in your PATH, ex:
sudo cp wrk /usr/local/bin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment