ソースを参照

Chore: support profiling

SukkaW 1 年間 前
コミット
f30f9774c3
1 ファイル変更1 行追加0 行削除
  1. 1 0
      package.json

+ 1 - 0
package.json

@@ -11,6 +11,7 @@
     "build": "SWCRC=true ENABLE_TEXT_LINE_STREAM=true node -r @swc-node/register ./Build/index.ts",
     "build-bun": "bun ./Build/index.ts",
     "build-bun-stream": "ENABLE_TEXT_LINE_STREAM=true bun ./Build/index.ts",
+    "build-profile": "SWCRC=true ENABLE_TEXT_LINE_STREAM=true dexnode -r @swc-node/register ./Build/index.ts",
     "lint": "eslint --format=sukka ."
   },
   "author": "",