1
0
mirror of https://github.com/wg/wrk synced 2025-01-23 04:02:59 +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).

  1. Turn on the "Developer mode" for the Windows 10 machine.
  2. Turn on the "Windows Subsystem for Linux" feature in "Turn Windows features on or off".
  3. Run "bash" command in command line. Ubuntu image will be installed and will be available to run within Windows shortly.
  4. Follow the Linux install steps, but running sudo make instead of just make