chore: add todolist for benchmark case

This commit is contained in:
harttle
2020-03-10 01:10:13 +08:00
parent 6de933897e
commit 3aa47f6c85
12 changed files with 486 additions and 121 deletions
+3 -3
View File
@@ -7,13 +7,13 @@
"browser": "dist/liquid.js",
"types": "dist/liquid.d.ts",
"scripts": {
"lint": "eslint . --ext .ts",
"lint": "eslint .",
"docs": "rm docs -rf && typedoc --gitRevision master --out docs src && cp -r website/. docs/",
"unit": "mocha \"test/unit/**/*.ts\"",
"integration": "mocha \"test/integration/**/*.ts\"",
"e2e": "npm run build && mocha \"test/e2e/**/*.ts\"",
"test": "cross-env BUNDLES=cjs,umd npm run build && mocha \"test/**/*.ts\"",
"benchmark": "ts-node benchmark",
"benchmark": "node --expose-gc benchmark/index",
"coverage": "nyc --reporter=html mocha \"test/{unit,integration}/**/*.ts\"",
"coverage-coveralls": "nyc mocha \"test/{unit,integration}/**/*.ts\" && nyc report --reporter=text-lcov | coveralls",
"build": "rollup -c rollup.config.ts && ls -lh dist",
@@ -80,7 +80,7 @@
"chai-as-promised": "^7.1.1",
"coveralls": "^3.0.2",
"cross-env": "^5.2.0",
"eslint": "^5.12.1",
"eslint": "^6.8.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.15.0",
"eslint-plugin-mocha": "^5.3.0",