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 @@ -104,7 +104,7 @@ build-release:
104104# # Run the benchmark in release-safe mode
105105run : build-release
106106 @printf " \e[36mRunning...\e[0m\n"
107- @./zig-out/bin/jsruntime -bench || (printf " \e[33mRun ERROR\e[0m\n" ; exit 1; )
107+ @./zig-out/bin/zig-js-runtime -bench || (printf " \e[33mRun ERROR\e[0m\n" ; exit 1; )
108108 @printf " \e[33mRun OK\e[0m\n"
109109
110110# # Run a JS shell in release-safe mode
@@ -125,4 +125,4 @@ ifneq ($(shell $(git_clean)), 0)
125125 $(error repo is not clean)
126126endif
127127 @mkdir -p benchmarks && \
128- ./zig-out/bin/jsruntime -bench > benchmarks/$(shell $(git_last_commit_full))_$(shell $(git_current_branch)).txt
128+ ./zig-out/bin/zig-js-runtime -bench > benchmarks/$(shell $(git_last_commit_full))_$(shell $(git_current_branch)).txt
You can’t perform that action at this time.
0 commit comments