An open API service indexing awesome lists of open source software.

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

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/)