From 6077b06711a9e036900d956491f3feec668f0dc8 Mon Sep 17 00:00:00 2001 From: TJ Holowaychuk Date: Sat, 17 Aug 2013 19:14:08 -0700 Subject: [PATCH] docs --- Readme.md | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/Readme.md b/Readme.md index 9bc35e0..deed9e4 100644 --- a/Readme.md +++ b/Readme.md @@ -69,16 +69,15 @@ $ make test ## Benchmarks - Since requests per seconds is a bad metric, here's the average response time with __400__ noop middleware - on my macbook pro (you would never use this many haha). - - 1.5ms - - Here's the average latency with only a single hello world middleware: + Average latency with one middleware: 0.628ms - If you like stupid benchmarks, here's the requests per second: + Average latency with __400__ noop middleware: + + 1.5ms + + If you like silly benchmarks, here's the requests per second: ``` 1 middleware