We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40608b1 commit 2128d3aCopy full SHA for 2128d3a
wasm/scripts/run-c-micro-benchmarks.sh
@@ -13,7 +13,7 @@ for benchmark in cdf digitron event-sim fft hash-join merge-join phong qsort str
13
do
14
mx --dy /compiler --kill-with-sigquit benchmark \
15
"--machine-name=${MACHINE_NAME}" \
16
- "--results-file=${RESULTS_FILE}" \
+ "--results-file=${RESULTS_FILE_PATH}" \
17
wasm:WASM_BENCHMARKCASES -- \
18
--jvm ${VM} --jvm-config ${VM_CONFIG} \
19
-Dwasmbench.benchmarkName=$benchmark -Dwasmtest.keepTempFiles=true -- \
0 commit comments