mirror of
https://github.com/wg/wrk
synced 2026-05-13 17:05:29 +08:00
3
Installing wrk on Windows 10
Jason Rust edited this page 2018-12-26 12:02:12 -08:00
wrk can be used on Windows 10 machines through the "Windows Subsystem for Linux" feature (aka Bash on Ubuntu on Windows).
- Turn on the "Developer mode" for the Windows 10 machine.
- Turn on the "Windows Subsystem for Linux" feature in "Turn Windows features on or off".
- Run "bash" command in command line. Ubuntu image will be installed and will be available to run within Windows shortly.
- Follow the Linux install steps, but running
sudo makeinstead of justmake