https://github.com/evheniy/yeps-benchmark
yeps-benchmark
https://github.com/evheniy/yeps-benchmark
ab benchmark expressjs koa2 nodejs yeps
Last synced: about 2 months ago
JSON representation
yeps-benchmark
- Host: GitHub
- URL: https://github.com/evheniy/yeps-benchmark
- Owner: evheniy
- Created: 2017-02-13T09:17:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-09-03T16:50:26.000Z (over 7 years ago)
- Last Synced: 2025-03-26T18:54:47.256Z (about 1 year ago)
- Topics: ab, benchmark, expressjs, koa2, nodejs, yeps
- Language: JavaScript
- Size: 44.9 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Benchmark for yeps and yeps-router
For testing you need **ab**
## How to install
npm i
## How to run
npm t
## Results:
### Middleware test:
* [koa2](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/koa2_middleware.txt)
* [express](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/express_middleware.txt)
* [http](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/http_middleware.txt)
* [yeps](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/yeps_middleware.txt)
### Router test:
#### First router match:
* [koa2](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/koa2_route_first.txt)
* [express](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/express_route_first.txt)
* [yeps](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/yeps_route_first.txt)
#### Last router match:
* [koa2](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/koa2_route_last.txt)
* [express](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/express_route_last.txt)
* [yeps](https://raw.githubusercontent.com/evheniy/yeps-benchmark/master/reports/yeps_route_last.txt)
#### [YEPS documentation](http://yeps.info/)