Added rewrk benchmark

This commit is contained in:
2024-03-28 16:49:44 +01:00
parent b95ce5002e
commit 09e9a488bd
2 changed files with 17 additions and 203 deletions

View File

@ -82,6 +82,23 @@ Requests/sec: 595860.16
Transfer/sec: 22.73MB
```
### rewrk
```shell
rewrk -t 12 -c 1000 -d 2s -h http://127.0.0.1:8080
```
```
Benchmarking 1000 connections @ http://127.0.0.1:8080 for 2 second(s)
Latencies:
Avg Stdev Min Max
3.06ms 1.73ms 0.03ms 39.14ms
Requests:
Total: 640447 Req/Sec: 324514.85
Transfer:
Total: 24.43 MB Transfer Rate: 12.38 MB/Sec
```
### ali
```shell