From 8d01ae8cad6633e586f4e7c0869c21f3a3068fe7 Mon Sep 17 00:00:00 2001 From: Alejandro Molina Date: Fri, 16 Aug 2019 11:50:54 -0500 Subject: [PATCH] Add installation macos steps Adding steps to install wrk on macOs --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index ac61e0d9..2e12fb8d 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,11 @@ processing, and custom reporting. Details are available in SCRIPTING and several examples are located in [scripts/](scripts/). +## Installation + +### MacOS +```brew install wrk``` + ## Basic Usage wrk -t12 -c400 -d30s http://127.0.0.1:8080/index.html