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 86fc9e0 commit 4ca5dd0Copy full SHA for 4ca5dd0
benchmark/runbenchmarks.jl
@@ -108,13 +108,10 @@ end
108
109
# Select benchmarks to run
110
benches = filter(x -> endswith(x, ".jl") && x ∉ noinclude, Base.readdir())
111
-@show benches
112
if !isempty(other_args)
113
benches = filter(x -> any(startswith.(Ref(x), other_args)), benches)
114
end
115
116
117
-
118
SUITE = BenchmarkGroup()
119
for b in benches
120
include(b)
0 commit comments