Fix benchmarks doc
Signed-off-by: Emile Vauge <emile@vauge.com>
This commit is contained in:
parent
43acbaa702
commit
80ab967d39
1 changed files with 2 additions and 2 deletions
|
@ -146,7 +146,7 @@ defaultEntryPoints = ["http"]
|
||||||
|
|
||||||
### whoami:
|
### whoami:
|
||||||
```
|
```
|
||||||
wrk -t8 -c1000 -d60s -H "Host: test.traefik" --latency http://IP-whoami:80/bench
|
wrk -t20 -c1000 -d60s -H "Host: test.traefik" --latency http://IP-whoami:80/bench
|
||||||
Running 1m test @ http://IP-whoami:80/bench
|
Running 1m test @ http://IP-whoami:80/bench
|
||||||
20 threads and 1000 connections
|
20 threads and 1000 connections
|
||||||
Thread Stats Avg Stdev Max +/- Stdev
|
Thread Stats Avg Stdev Max +/- Stdev
|
||||||
|
@ -184,7 +184,7 @@ Transfer/sec: 4.97MB
|
||||||
|
|
||||||
### traefik:
|
### traefik:
|
||||||
```
|
```
|
||||||
wrk -t8 -c1000 -d60s -H "Host: test.traefik" --latency http://IP-traefik:8000/bench
|
wrk -t20 -c1000 -d60s -H "Host: test.traefik" --latency http://IP-traefik:8000/bench
|
||||||
Running 1m test @ http://IP-traefik:8000/bench
|
Running 1m test @ http://IP-traefik:8000/bench
|
||||||
20 threads and 1000 connections
|
20 threads and 1000 connections
|
||||||
Thread Stats Avg Stdev Max +/- Stdev
|
Thread Stats Avg Stdev Max +/- Stdev
|
||||||
|
|
Loading…
Reference in a new issue