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 90fe17f commit 59e38feCopy full SHA for 59e38fe
devops/scripts/benchmarking/benchmark.sh
@@ -41,12 +41,14 @@ build_compute_bench() {
41
42
if [ "$?" -eq 0 ]; then
43
tail -n +2 $TESTS_CONFIG | while IFS= read -r case; do
44
- make -n $COMPUTE_BENCH_COMPILE_FLAGS "$case"
+ make $COMPUTE_BENCH_COMPILE_FLAGS "$case"
45
done
46
fi
47
echo "###"
48
ls $COMPUTE_BENCH_PATH/build/bin
49
50
+ ls $COMPUTE_BENCH_PATH/build/
51
+ echo "###"
52
# No reason to turn on ccache, if this docker image will be disassembled later on
53
#compute_bench_build_stat=$?
54
cd -
0 commit comments