hbakhtiyor/node-frameworks-benchmark

nodejs 8

dcworldwide opened this issue · 2 comments

Great framework thanks. Any plan on adding benchmark comparisons for node 8 to your readme?

thanks, i tested, but some are lower from previous test

the latest version

"express": "4.15.3",
"feathers": "2.1.3",
"hapi": "16.3.0",
"koa": "2.2.0",
"micro": "7.3.3",
"restify": "4.3.0",
"sails": "0.12.13",
"total.js": "2.6.0",
"uws": "0.14.5"

Simple HTTP benchmark results (wrk) with close connection

25127.00 Requests/sec - ukoa.js
14397.13 Requests/sec - ufeathers.js
14106.15 Requests/sec - uexpress.js
4799.43 Requests/sec - rawnode.js
4397.28 Requests/sec - koa.js
4297.19 Requests/sec - total/total.js
3590.33 Requests/sec - feathers.js
3084.62 Requests/sec - express.js
1672.44 Requests/sec - micro.js
1455.37 Requests/sec - restify.js
728.54 Requests/sec - sails/sails.js
708.10 Requests/sec - hapi.js
159.27 Requests/sec - uws.js

Simple HTTP benchmark results (wrk) with keep-alive connection

47817.24 Requests/sec - uws.js
25954.71 Requests/sec - ukoa.js
14915.46 Requests/sec - ufeathers.js
13844.84 Requests/sec - micro.js
13494.64 Requests/sec - uexpress.js
12576.97 Requests/sec - rawnode.js
8406.37 Requests/sec - koa.js
8265.61 Requests/sec - total/total.js
5795.00 Requests/sec - express.js
4617.53 Requests/sec - restify.js
3106.71 Requests/sec - feathers.js
1258.91 Requests/sec - sails/sails.js
1233.54 Requests/sec - hapi.js

Awesome thanks!