Wrk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
sudo make && sudo cp wrk /usr/local/bin
sudo make && sudo cp wrk /usr/local/bin
</source>
</source>


==References==
==References==

Revision as of 13:56, 30 October 2023

# macos
brew install wrk

# debian / ubuntu
sudo apt install build-essential libssl-dev git -y
git clone https://github.com/wg/wrk.git wrk && cd wrk
sudo make && sudo cp wrk /usr/local/bin

References