perf: 任务支持禁用

This commit is contained in:
xiaojunnuo
2024-09-11 16:49:50 +08:00
parent 5b0f5f75d0
commit 8ed16b3ea2
8 changed files with 61 additions and 12 deletions
+3 -1
View File
@@ -16,7 +16,9 @@
"build": "mwtsc --cleanOutDir --skipLibCheck",
"build-on-docker": "node ./before-build.js && npm run build",
"up-mw-deps": "npx midway-version -u -w",
"clinic": "clinic heapprofiler -- node ./bootstrap.js"
"heap": "clinic heapprofiler -- node ./bootstrap.js",
"flame": "clinic flame -- node ./bootstrap.js"
},
"dependencies": {
"@alicloud/cs20151215": "^3.0.3",