From a6bfef198a48f8b9c44729d5a6ccad98bbc50007 Mon Sep 17 00:00:00 2001 From: trimstray Date: Fri, 5 Jul 2019 15:26:06 +0200 Subject: [PATCH] add wrk2 - signed-off-by: trimstray --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 635ab63..20d95f2 100644 --- a/README.md +++ b/README.md @@ -178,6 +178,7 @@ Only main chapters:   :small_orange_diamond: ab - is a single-threaded command line tool for measuring the performance of HTTP web servers.
  :small_orange_diamond: siege - is an http load testing and benchmarking utility.
  :small_orange_diamond: wrk - is a modern HTTP benchmarking tool capable of generating significant load.
+  :small_orange_diamond: wrk2 - is a constant throughput, correct latency recording variant of wrk.
  :small_orange_diamond: bombardier - is a fast cross-platform HTTP benchmarking tool written in Go.
  :small_orange_diamond: gobench - http/https load testing and benchmarking tool.
  :small_orange_diamond: hey - HTTP load generator, ApacheBench (ab) replacement, formerly known as rakyll/boom.