Wrk: Difference between revisions

From Chorke Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
<source lang="bash">
# 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
</source>
==References==
==References==
{|
{|

Revision as of 13:55, 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