benchmarks
This commit is contained in:
parent
5095131e95
commit
dc8b687c36
1 changed files with 11 additions and 0 deletions
11
Readme.md
11
Readme.md
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue