Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ChillFish8 committed Jan 22, 2021
1 parent 91bbe46 commit 3a514f9
Showing 1 changed file with 13 additions and 12 deletions.
25 changes: 13 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,29 +1,30 @@
# rewrk
A more modern http framework benchmarker.
A more modern http framework benchmark utility.

```
F:\rewrk> rewrk -h http://127.0.0.1:5000 -t 12 -c 60 -d 1s
F:\rewrk> rewrk -h http://127.0.0.1:5000 -t 12 -c 60 -d 5s
Benchmarking 60 connections @ http://127.0.0.1:5000 for 1 seconds
Benchmarking 60 connections @ http://127.0.0.1:5000 for 5 seconds
Latencies:
Avg Stdev Min Max
5.15ms 2.32ms 1.30ms 29.95ms
3.27ms 0.40ms 1.95ms 9.39ms
Requests:
Total: 11705 Req/Sec: 11573.09
Total: 91281 Req/Sec: 18227.81
Transfer:
Total: 1.13 MB Transfer Rate: 231.41 KB/Sec
```

*With optional --pct flag*
```
+ --------------- + --------------- +
| Percentile | Avg Latency |
+ --------------- + --------------- +
| 99.9% | 26.46ms |
| 99% | 21.06ms |
| 95% | 12.78ms |
| 90% | 10.22ms |
| 75% | 7.73ms |
| 50% | 6.38ms |
| 99.9% | 6.88ms |
| 99% | 5.62ms |
| 95% | 4.62ms |
| 90% | 4.24ms |
| 75% | 3.78ms |
| 50% | 3.49ms |
+ --------------- + --------------- +
```

Expand Down

0 comments on commit 3a514f9

Please sign in to comment.