From 2c95459a0a34b0ec4df8e614b8c4b9866b7ffb5e Mon Sep 17 00:00:00 2001 From: Zain Date: Thu, 19 Feb 2026 15:56:44 -0700 Subject: [PATCH] Fixed typos --- README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README b/README index 982c9f6..6187a43 100644 --- a/README +++ b/README @@ -9,7 +9,7 @@ About htstress is used for benchmarking HTTP services on Linux. It's similar to Apache Benchmark (ab) but provides multithreading support which is -essential in bechmarking highload services (>5K rps). +essential in benchmarking highload services (>5K rps). Build ************************************************* @@ -32,8 +32,8 @@ cores in your CPU for best results. Comparison ************************************************* -Here's the result of running htstress on 8-core -machine benchmarking dummy NGINX page: +Here's the result of running htstress on an 8-core +machine benchmarking a dummy NGINX page: ./htstress -n 10000 -c 100 -t 8 localhost:8087