We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb701d5 commit bbc2120Copy full SHA for bbc2120
scripts/run-benchmarks.sh
@@ -100,7 +100,7 @@ cd "${BENCHMARK_DIR}"
100
git checkout ${GIT_COMMIT}
101
102
if [[ "${APT_INSTALL_DEPS}" = true ]]; then
103
- ./apt-install-dependencies.sh
+ sudo ./apt-install-dependencies.sh
104
fi
105
106
if [ "${CLEAN}" = true ]; then
scripts/run-polybench.sh
@@ -78,7 +78,7 @@ fi
78
79
export PATH=${JLM_BIN_DIR}:${PATH}
80
cd ${BENCHMARK_DIR}
81
-git checkout ${GIT_COMMIT}
+#git checkout ${GIT_COMMIT}
82
make clean
83
echo "make ${JLC} -j ${PARALLEL_THREADS} -O ${BENCHMARK_RUN_TARGET}"
84
make ${JLC} -j ${PARALLEL_THREADS} -O ${BENCHMARK_RUN_TARGET}
0 commit comments