summaryrefslogtreecommitdiffstats
path: root/network/wrk/README
diff options
context:
space:
mode:
author B. Watson2022-03-14 08:36:39 +0100
committer B. Watson2022-03-14 08:36:39 +0100
commitcc3724bcff430538289874cc0d8e945878b07099 (patch)
treede70d08af8d1ef768f5bb01adcbd6099e011937f /network/wrk/README
parent8940764faac506987bfd5fa3786b699f43300138 (diff)
downloadslackbuilds-cc3724bcff430538289874cc0d8e945878b07099.tar.gz
network/wrk: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'network/wrk/README')
-rw-r--r--network/wrk/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/network/wrk/README b/network/wrk/README
index 3194c9b6ce..47874b9c33 100644
--- a/network/wrk/README
+++ b/network/wrk/README
@@ -1,11 +1,12 @@
wrk (HTTP benchmarking tool)
-A modern HTTP benchmarking tool capable of generating significant load when run
-on a single multi-core CPU. It combines a multithreaded design with scalable
-event notification systems such as epoll and kqueue.
+A modern HTTP benchmarking tool capable of generating significant
+load when run on a single 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
processing, and custom reporting.
-Note: Lua and LuaJIT are not required here; wrk is statically-linked against
-the LuaJIT version bundled in the upstream tarball.
+Note: Lua and LuaJIT are not required here; wrk is statically-linked
+against the LuaJIT version bundled in the upstream tarball.