Skip to content

Commit 182dd6d

Browse files
committed
Update autorun script
1 parent d964221 commit 182dd6d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

benchmark/utils/autorun_benchmarks.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,10 @@ if [ "$advection" == true ]; then
6666
benchmark_script="benchmark/benchmarks_advection.jl"
6767
command="benchpkg --rev=before_debug,after_debug \
6868
-s $benchmark_script \
69-
--bench-on=before_debug \
7069
--exeflags=\"--threads=$threads\""
7170
else
7271
command="benchpkg --rev=before_debug,after_debug \
73-
--bench-on=before_debug \
72+
--bench-on=after_debug \
7473
--exeflags=\"--threads=$threads\""
7574
fi
7675

0 commit comments

Comments
 (0)