File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 21
21
"clean" : " shx rm -rf dist" ,
22
22
"build.native" : " dub build --config=executable" ,
23
23
"build.native.release" : " pnpm build.native -- --build release-nobounds --compiler=ldc2" ,
24
- "build.native.profile" : " pnpm build.native -- --build profile --compiler=ldc2" ,
25
- "start.profile" : " cd dist && minijson.exe --file ../test/fixtures/0.4.2.json && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg" ,
24
+ "build.native.profile" : " pnpm build.native -- --build profile --compiler=ldc2 && node ./src/node/build.js " ,
25
+ "start.profile" : " npm run start.benchmark && profdump.exe --dot trace.log trace.dot && dot -Tsvg trace.dot -o trace.svg && ./trace.svg" ,
26
26
"build.node" : " npm run build.native.release && node ./src/node/build.js && (tsc -p ./src/node/tsconfig.json || echo done)" ,
27
27
"build.wasm" : " ldc2 ./src/wasm/wasm.d ./src/native/lib.d --od ./dist --O3 --mtriple=wasm32-unknown-unknown-wasm" ,
28
28
"build.browser" : " npm run build.wasm && parcel build --target browser ./src/browser/index.html" ,
You can’t perform that action at this time.
0 commit comments