Skip to content

Commit 90fe17f

Browse files
committed
Add debug prints
1 parent ba29015 commit 90fe17f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

devops/scripts/benchmarking/benchmark.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ build_compute_bench() {
4444
make -n $COMPUTE_BENCH_COMPILE_FLAGS "$case"
4545
done
4646
fi
47+
echo "###"
48+
ls $COMPUTE_BENCH_PATH/build/bin
49+
echo "###"
4750
# No reason to turn on ccache, if this docker image will be disassembled later on
4851
#compute_bench_build_stat=$?
4952
cd -

0 commit comments

Comments
 (0)