Skip to content

Commit 5296720

Browse files
Update test/benchmark_tests.jl
1 parent d160c0e commit 5296720

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/benchmark_tests.jl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,8 @@ test_sol = TestSolution(sol.t, sol.u)
187187

188188
setups = [Dict(:alg => MIRK4(), :dts => 1.0 ./ 5.0 .^ ((1:length(reltols)) .+ 1))
189189
Dict(:alg => MIRK5(), :dts => 1.0 ./ 5.0 .^ ((1:length(reltols)) .+ 1))]
190+
labels = ["MIRK4", "MIRK5"]
191+
190192
println("Test MIRK4 and MIRK5")
191193
wp = WorkPrecisionSet(prob,
192194
abstols,

0 commit comments

Comments
 (0)