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 2b91365 commit 4b2d7e4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions benchmark/benchmarks.jl
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@ using Trixi
const SUITE = BenchmarkGroup()

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

0 comments on commit 4b2d7e4

Please sign in to comment.