数据库性能对比的基础基准工具
数据库用于比较node.js嵌入式数据库的基本基准工具。它插入随机生成的带有字符串标识符的对象,然后在给定的时间段内查询随机标识符。
安装
git clone dbbench cd dbbench npm install
用法
node index.js --db=[String] [-stoldv]
选项
[b][database] {string} 数据库类型(匹配plug目录中的文件夹名称)[必需]。
[s][size][db-size] {Integer} 要插入数据库的条目数(默认为5000)。
[t][duration] {Integer} 工作台持续时间以秒为单位(默认为5)。
[o][options] {JSON} 其他可选项。