Skip to content

Commit

Permalink
Fix benchmarks errors
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 09b3767 commit ce4583e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bench/runbenchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ SUITE["Caputo"]["CaputoL1"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, Caput
SUITE["RiemannLiouville"]["RLDiffL1"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, RLDiffL1())
SUITE["RiemannLiouville"]["RLD"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, RLD())

SUITE["GrunwaldLetnikov"]["GLDirect"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, GLDirect())
SUITE["GrunwaldLetnikov"]["GLFiniteDifference"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, GLFiniteDifference())

BenchmarkTools.tune!(SUITE)
Expand Down

1 comment on commit ce4583e

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Benchmark Results

Benchmark suite Current: ce4583e Previous: 34a9ac6 Ratio
Caputo/CaputoL1 4280.857142857143 ns 4286.428571428572 ns 1.00
Caputo/CaputoTrap 7483.75 ns 7481.5 ns 1.00
Caputo/CaputoDiethelm 9168 ns 9167 ns 1.00
RiemannLiouville/RLDiffL1 4502.571428571428 ns
RiemannLiouville/RLD 11672 ns
GrunwaldLetnikov/GLFiniteDifference 16651 ns

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.