Skip to content

Instantly share code, notes, and snippets.

@wshino
Created December 9, 2015 02:19
Show Gist options
  • Save wshino/cd19fc7216eadd80758b to your computer and use it in GitHub Desktop.
Save wshino/cd19fc7216eadd80758b to your computer and use it in GitHub Desktop.
yum groupinstall 'Development Tools' -y
yum install openssl-devel -y
git clone https://github.com/wg/wrk.git
cd wrk
make
cp wrk /usr/local/bin/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment