文件名称:node-frameworks-benchmark:使用wrk的不同nodejs框架的简单HTTP基准测试
文件大小:52KB
文件格式:ZIP
更新时间:2024-02-24 08:36:27
nodejs benchmark koa express hapi
使用WRK的不同Node.js框架的简单HTTP基准测试 先决条件 如何安装 安装 git clone git@github.com:hbakhtiyor/node-frameworks-benchmark.git && cd node-frameworks-benchmark yarn [install] yarn install后如何运行或自动运行 make 完成make任务后,查看Benchmarks.txt文件或控制台输出。 基准测试结果,未测量cpu /内存使用情况 close连接的简单HTTP基准测试结果(wrk) 20220.47 Requests/sec - ukoa.js 13594.83 Requests/sec - ufeathers.js 12812.89 Requests/sec - uexpress.js 4204.16 Requests/sec - total/total.js 3043.56 Requests/sec - rawnode.js 2365.02 Requests/sec - feathers.js 2242.12 Requests/sec
【文件预览】:
node-frameworks-benchmark-master
----.gitignore(12B)
----README.md(2KB)
----todo(26B)
----servers()
--------micro.js(217B)
--------feathers.js(333B)
--------ufeathers.js(580B)
--------express.js(331B)
--------sails()
--------koa.js(216B)
--------total()
--------rawnode.js(240B)
--------uexpress.js(398B)
--------hapi.js(631B)
--------restify.js(391B)
--------uws.js(204B)
--------restocat()
--------ukoa.js(280B)
----package.json(616B)
----yarn.lock(141KB)
----Makefile(1KB)
----run(281B)