Skip to content

Commit

Permalink
Update benchmarks.jl: 1D (#2009)
Browse files Browse the repository at this point in the history
* Update benchmarks.jl: 1D

* Update benchmark/benchmarks.jl

* Update benchmark/benchmarks.jl
  • Loading branch information
DanielDoehring authored Jul 15, 2024
1 parent ea2dd3a commit d0d704d
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ using Trixi

const SUITE = BenchmarkGroup()

for elixir in [joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_extended.jl"),
for elixir in [# 1D
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_euler_sedov"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_mhd_ec.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_navierstokes_convergence_walls_amr.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_shallowwater_well_balanced_nonperiodic.jl"),
# 2D
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_extended.jl"),
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_amr_nonperiodic.jl"),
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_euler_ec.jl"),
joinpath(examples_dir(), "tree_2d_dgsem", "elixir_euler_vortex_mortar.jl"),
Expand All @@ -27,6 +33,7 @@ for elixir in [joinpath(examples_dir(), "tree_2d_dgsem", "elixir_advection_exten
joinpath(@__DIR__, "elixir_2d_euler_vortex_structured.jl"),
joinpath(@__DIR__, "elixir_2d_euler_vortex_unstructured.jl"),
joinpath(@__DIR__, "elixir_2d_euler_vortex_p4est.jl"),
# 3D
joinpath(examples_dir(), "tree_3d_dgsem", "elixir_advection_extended.jl"),
joinpath(examples_dir(), "tree_3d_dgsem", "elixir_euler_ec.jl"),
joinpath(examples_dir(), "tree_3d_dgsem", "elixir_euler_mortar.jl"),
Expand Down

0 comments on commit d0d704d

Please sign in to comment.