Skip to content

Commit

Permalink
More benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <[email protected]>
  • Loading branch information
ErikQQY committed Apr 7, 2024
1 parent aa419af commit 77d9972
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bench/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ const SUITE = BenchmarkGroup()
include("derivative.jl")

for step_size in (0.1, 0.01, 0.001)
benchmark_caputo("Caputo", "CaputoDiethelm", step_size)
benchmark_caputo("Caputo", "CaputoL1", step_size)
benchmark_RL("RiemannLiouville", "RLD", step_size)
benchmark_RL("RiemannLiouville", "RLDiffL1", step_size)
benchmark_caputo("Caputo", "CaputoDiethelm", $step_size)
benchmark_caputo("Caputo", "CaputoL1", $step_size)
benchmark_RL("RiemannLiouville", "RLD", $step_size)
benchmark_RL("RiemannLiouville", "RLDiffL1", $step_size)
end

BenchmarkTools.tune!(SUITE)
Expand Down

0 comments on commit 77d9972

Please sign in to comment.