Skip to content

Commit

Permalink
Better benchmark grouping, now that there are many
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanaelbosch committed Nov 6, 2023
1 parent c2206b0 commit c2376f2
Showing 1 changed file with 13 additions and 5 deletions.
18 changes: 13 additions & 5 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,19 @@ makedocs(
],
"Benchmarks" => [
"Multi-Language Wrapper Benchmark" => "benchmarks/multi-language-wrappers.md",
"Non-stiff ODE: Lotka-Volterra" => "benchmarks/lotkavolterra.md",
"Stiff ODE: Van der Pol" => "benchmarks/vanderpol.md",
"Second order ODE: Pleiades" => "benchmarks/pleiades.md",
"Hodgkin-Huxley" => "benchmarks/hodgkinhuxley.md",
"DAE: ROBER" => "benchmarks/rober.md",
"Non-stiff ODE" => [
"Lotka-Volterra" => "benchmarks/lotkavolterra.md",
"Hodgkin-Huxley" => "benchmarks/hodgkinhuxley.md",
],
"Stiff ODE" => [
"Van der Pol" => "benchmarks/vanderpol.md",
],
"Second-order ODE" => [
"Pleiades" => "benchmarks/pleiades.md",
],
"DAE" => [
"ROBER" => "benchmarks/rober.md",
],
],
"Internals" => [
"Filtering and Smoothing" => "filtering.md"
Expand Down

0 comments on commit c2376f2

Please sign in to comment.