Skip to content

Commit

Permalink
Update benchmark/benchmarks.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring authored Jul 15, 2024
1 parent dbeafb2 commit 2b91365
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,8 @@ const SUITE = BenchmarkGroup()

for elixir in [# 1D
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_advection_shockcapturing.jl"),
joinpath(examples_dir(), "structured_1d_dgsem", "elixir_euler_source_terms_nonperiodic.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_advection_amr.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_euler_ec.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_euler_quasi_1d_discontinuous.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_euler_sedov_blast_wave.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_mhd_ec.jl"),
joinpath(examples_dir(), "tree_1d_dgsem", "elixir_mhdmulti_briowu_shock_tube.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
Expand Down

0 comments on commit 2b91365

Please sign in to comment.