Skip to content

Commit e419f7e

Browse files
committed
chore: remove old profile trace files [skip ci]
1 parent 85b145c commit e419f7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"build.native": "dub build --config=executable",
2323
"build.native.release": "pnpm build.native -- --build release-nobounds --compiler=ldc2",
2424
"build.native.profile": "pnpm build.native -- --build profile --compiler=ldc2 && node ./src/node/build.js && npm run build.node.js",
25-
"start.profile": "npm run start.benchmark && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg",
25+
"start.profile": "shx rm -rf ./trace.* && npm run start.benchmark && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg",
2626
"build.node": "npm run build.native.release && node ./src/node/build.js && npm run build.node.js",
2727
"build.node.js": "tsc -p ./src/node/tsconfig.json",
2828
"build.wasm": "ldc2 ./src/wasm/wasm.d ./src/native/lib.d --od ./dist --O3 --mtriple=wasm32-unknown-unknown-wasm",

0 commit comments

Comments
 (0)