https://github.com/libotony/node_framework_benchmark
node webserver framework benchmark
https://github.com/libotony/node_framework_benchmark
Last synced: 8 months ago
JSON representation
node webserver framework benchmark
- Host: GitHub
- URL: https://github.com/libotony/node_framework_benchmark
- Owner: libotony
- License: mit
- Created: 2016-07-14T02:50:01.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-19T06:59:37.000Z (almost 10 years ago)
- Last Synced: 2025-05-20T15:07:20.730Z (about 1 year ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# node_framework_benchmark
node webserver framework benchmark
## prerequirements
wrk is needed to run the test;
### OSX
`brew install wrk`
## how to
`make all`:will install dependencies and test
`make test`:only test
## result
The test is runned on my MacBook Pro(Early 2015),the hardware are as fellows:
+ 2.7 GHz Intel Core i5
+ 8 GB 1867 MHz DDR3
```
benchmark express
Requests/sec: 5515.91
benchmark koa1
Requests/sec: 2443.41
benchmark koa2
Requests/sec: 2733.19
```