We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d06442 commit 80a2510Copy full SHA for 80a2510
benchmark/benchmarks.jl
@@ -1,6 +1,8 @@
1
using ModelingToolkit, BenchmarkTools
2
using ModelingToolkitStandardLibrary
3
-using ModelingToolkitStandardLibrary.Thermal
+using ModelingToolkitStandardLibrary.Electrical
4
+using ModelingToolkitStandardLibrary.Mechanical.Rotational
5
+using ModelingToolkitStandardLibrary.Blocks
6
using OrdinaryDiffEqDefault
7
8
const SUITE = BenchmarkGroup()
@@ -51,4 +53,4 @@ tspan = (0.0, 6.0)
51
53
SUITE["ODEProblem"] = @benchmarkable ODEProblem($model, $u0, $tspan)
52
54
55
prob = ODEProblem(model, u0, tspan)
-SUITE["init"] = init($prob)
56
+SUITE["init"] = @benchmarkable init($prob)
0 commit comments