From 05022f00121d91e065f422a763fb3964cec6d26c Mon Sep 17 00:00:00 2001 From: Qqwy / Marten Date: Tue, 3 May 2022 09:53:36 +0200 Subject: [PATCH] Update README.md Makes the first sentence of the description of the library more clear. I'm pretty sure that this meaning is meant. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac61e0d9..6a4127d0 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # wrk - a HTTP benchmarking tool wrk is a modern HTTP benchmarking tool capable of generating significant - load when run on a single multi-core CPU. It combines a multithreaded + load when run on a single PC with a multi-core CPU. It combines a multithreaded design with scalable event notification systems such as epoll and kqueue. An optional LuaJIT script can perform HTTP request generation, response