From a974d6b42398f39293cd5b729a5f2e2374773e36 Mon Sep 17 00:00:00 2001 From: Erik Frey Date: Sun, 26 Aug 2012 22:01:21 +0100 Subject: [PATCH] this is no longer true --- docs/benchmarks.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/benchmarks.md b/docs/benchmarks.md index dba2ccc..d8bf28f 100644 --- a/docs/benchmarks.md +++ b/docs/benchmarks.md @@ -44,8 +44,7 @@ kestrel 1048576 requests: 33848 kB # Queue Flooding How quickly can we flood items through an empty queue? This tests the raw throughput of the server. We also include -memcache as an upper bound - a throughput at which we are likely saturating on `send/recv` syscalls. We had to stop the -kestrel benchmark at 300 concurrent connections - anything higher caused connection errors and timeouts. +memcache as an upper bound - a throughput at which we are likely saturating on `send/recv` syscalls. ![Queue Flood Benchmark](/wavii/darner/raw/master/docs/images/bench_queue_flood.png)