增加bench测试程序

This commit is contained in:
Wu Jian Ping
2022-07-22 13:22:18 +08:00
parent 607fbcdde7
commit 6d42c45c12
8 changed files with 192 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
{
"name": " node-ip2region",
"name": "node-ip2region",
"version": "2.0.0",
"description": "official nodejs client of ip2region",
"main": "index.js",
@@ -22,10 +22,11 @@
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-n": "^15.2.4",
"eslint-plugin-promise": "^6.0.0",
"linebyline": "^1.3.0",
"mocha": "^10.0.0",
"nyc": "^15.1.0"
},
"engines": {
"node": ">=8.0.0"
}
}
}