Skip to content

Commit 2128d3a

Browse files
committed
Fix env var name.
1 parent 40608b1 commit 2128d3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

wasm/scripts/run-c-micro-benchmarks.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for benchmark in cdf digitron event-sim fft hash-join merge-join phong qsort str
1313
do
1414
mx --dy /compiler --kill-with-sigquit benchmark \
1515
"--machine-name=${MACHINE_NAME}" \
16-
"--results-file=${RESULTS_FILE}" \
16+
"--results-file=${RESULTS_FILE_PATH}" \
1717
wasm:WASM_BENCHMARKCASES -- \
1818
--jvm ${VM} --jvm-config ${VM_CONFIG} \
1919
-Dwasmbench.benchmarkName=$benchmark -Dwasmtest.keepTempFiles=true -- \

0 commit comments

Comments
 (0)