Skip to content

Commit 4ca5dd0

Browse files
committed
Remove missed debug code
1 parent 86fc9e0 commit 4ca5dd0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

benchmark/runbenchmarks.jl

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,10 @@ end
108108

109109
# Select benchmarks to run
110110
benches = filter(x -> endswith(x, ".jl") && x noinclude, Base.readdir())
111-
@show benches
112111
if !isempty(other_args)
113112
benches = filter(x -> any(startswith.(Ref(x), other_args)), benches)
114113
end
115114

116-
@show benches
117-
118115
SUITE = BenchmarkGroup()
119116
for b in benches
120117
include(b)

0 commit comments

Comments
 (0)