From 01921a8efb47f3b69f94d64c5023d8f289486d13 Mon Sep 17 00:00:00 2001 From: dominicriordan Date: Thu, 27 Apr 2023 14:36:24 +0100 Subject: [PATCH] fix typos --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a531024..8a2f76c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ is all of CPU cycles can be dedicated to sending the requests thus achieving hig Can install with (supported go versions >= 1.19) ```shell -go install github.com/domsolutions/gopayloader@latest TODO not working +go install github.com/domsolutions/gopayloader@latest ``` Or download pre-compiled binaries from [releases](https://github.com/domsolutions/gopayloader/releases) @@ -209,9 +209,9 @@ Gopayloader tested with ./gopayloader run http://localhost:8081 -c 125 --time 30s ``` -achieved mean RPS of `53098.428` +achieved mean RPS of `53098` -| Tool | Cmd | Mean RPS | Gopayloader improvewment +| Tool | Cmd | Mean RPS | Gopayloader improvement |----------------------------------------------------------|-----------------------------------------|----------|---------------------------------------| | [k6](https://github.com/grafana/k6) | `k6 run --vus 125 --duration 30s k6.js` | 15268 | 235% | | [bombardier](https://github.com/codesenberg/bombardier/) | `bombardier http://localhost:8081 -c 125 --duration=30s` | 51311 | 3.4% |