From 80ab967d391cc5eb32ace1ebe1cb1b4690ada285 Mon Sep 17 00:00:00 2001 From: Emile Vauge Date: Mon, 23 May 2016 14:02:25 +0200 Subject: [PATCH] Fix benchmarks doc Signed-off-by: Emile Vauge --- docs/benchmarks.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index 008f0e378..82d37a855 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -146,7 +146,7 @@ defaultEntryPoints = ["http"] ### 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 20 threads and 1000 connections Thread Stats Avg Stdev Max +/- Stdev @@ -184,7 +184,7 @@ Transfer/sec: 4.97MB ### 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 20 threads and 1000 connections Thread Stats Avg Stdev Max +/- Stdev