Skip to content

Commit

Permalink
Fix benchmarks errors
Browse files Browse the repository at this point in the history
Signed-off-by: ErikQQY <2283984853@qq.com>
  • Loading branch information
ErikQQY committed Apr 7, 2024
1 parent 5b56b61 commit 09b3767
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 @@ -12,7 +12,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["RiemannLiouville"]["RLG1"] = @benchmarkable fracdiff(testf, 0.5, 1, 0.01, RLG1())

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

0 comments on commit 09b3767

Please sign in to comment.