Skip to content

Commit b58b437

Browse files
authored
Fix Benchmark
1 parent ca17a51 commit b58b437

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

benchmark/benchmarks.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
using BenchmarkTools
1+
using BenchmarkTools, SIMD
22

33
const SUITE = BenchmarkGroup()
44

@@ -57,4 +57,4 @@ SUITE["LoopVecRange"]["LoopVecRange_long"] = @benchmarkable perf_LoopVecRange_lo
5757

5858
SUITE["LoopVecRange"]["StepRange"] = @benchmarkable perf_steprange(x) setup=(x=rand(Float32, 800))
5959

60-
SUITE["LoopVecRange"]["StepRange_long"] = @benchmarkable perf_steprange_long($tmp_x, $(rand(round(Int, length(tmp_x) / 2):length(tmp_x), 10^6)))
60+
SUITE["LoopVecRange"]["StepRange_long"] = @benchmarkable perf_steprange_long($tmp_x, $(rand(round(Int, length(tmp_x) / 2):length(tmp_x), 10^6)))

0 commit comments

Comments
 (0)