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 d964221 commit 182dd6dCopy full SHA for 182dd6d
benchmark/utils/autorun_benchmarks.sh
@@ -66,11 +66,10 @@ if [ "$advection" == true ]; then
66
benchmark_script="benchmark/benchmarks_advection.jl"
67
command="benchpkg --rev=before_debug,after_debug \
68
-s $benchmark_script \
69
- --bench-on=before_debug \
70
--exeflags=\"--threads=$threads\""
71
else
72
73
+ --bench-on=after_debug \
74
75
fi
76
0 commit comments