benchmarks

master
TJ Holowaychuk 2013-08-17 19:04:05 -07:00
parent 5095131e95
commit dc8b687c36
1 changed files with 11 additions and 0 deletions

View File

@ -67,6 +67,17 @@ app.listen(3000);
$ 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:
0.628ms
# License
MIT