Skip to content

Commit

Permalink
Fix Benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
Zentrik authored Apr 9, 2023
1 parent ca17a51 commit b58b437
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using BenchmarkTools
using BenchmarkTools, SIMD

const SUITE = BenchmarkGroup()

Expand Down Expand Up @@ -57,4 +57,4 @@ SUITE["LoopVecRange"]["LoopVecRange_long"] = @benchmarkable perf_LoopVecRange_lo

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

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

0 comments on commit b58b437

Please sign in to comment.