Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicriordan committed Apr 27, 2023
1 parent e069b98 commit 01921a8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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 | <span style="color:green">235%</span> |
| [bombardier](https://github.com/codesenberg/bombardier/) | `bombardier http://localhost:8081 -c 125 --duration=30s` | 51311 | <span style="color:green">3.4%</span> |
Expand Down

0 comments on commit 01921a8

Please sign in to comment.