Skip to content

Commit 59e38fe

Browse files
committed
Make changes to the debug prints
1 parent 90fe17f commit 59e38fe

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

devops/scripts/benchmarking/benchmark.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,14 @@ build_compute_bench() {
4141

4242
if [ "$?" -eq 0 ]; then
4343
tail -n +2 $TESTS_CONFIG | while IFS= read -r case; do
44-
make -n $COMPUTE_BENCH_COMPILE_FLAGS "$case"
44+
make $COMPUTE_BENCH_COMPILE_FLAGS "$case"
4545
done
4646
fi
4747
echo "###"
4848
ls $COMPUTE_BENCH_PATH/build/bin
4949
echo "###"
50+
ls $COMPUTE_BENCH_PATH/build/
51+
echo "###"
5052
# No reason to turn on ccache, if this docker image will be disassembled later on
5153
#compute_bench_build_stat=$?
5254
cd -

0 commit comments

Comments
 (0)