chore: perf diff against latest release

This commit is contained in:
harttle
2021-10-02 22:17:03 +08:00
parent 1689576913
commit 0cb520d2d1
8 changed files with 88 additions and 17 deletions
+3 -1
View File
@@ -14,7 +14,9 @@
"lint": "eslint \"**/*.ts\" .",
"check": "npm test && npm run lint",
"test": "nyc mocha \"test/**/*.ts\"",
"benchmark": "cd benchmark && npm ci && npm start",
"perf": "cd benchmark && npm ci && npm start",
"perf:diff": "bin/perf-diff.sh",
"perf:engines": "cd benchmark && npm run engines",
"build": "npm run build:dist && npm run build:docs",
"build:dist": "rm -rf dist && rollup -c rollup.config.ts && ls -lh dist",
"build:docs": "bin/build-docs.sh"