Skip to content

Commit

Permalink
remove benchmarks from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jakebolewski committed Dec 1, 2021
1 parent a198aef commit 594a925
Showing 1 changed file with 0 additions and 25 deletions.
25 changes: 0 additions & 25 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -394,28 +394,3 @@ steps:
config: cpu
queue: central
slurm_ntasks: 1

- label: ":flower_playing_cards: Bickley jet DG"
key: "benchmark_bickleyjet_dg"
command:
- "julia --color=yes --project=benchmarks/bickleyjet benchmarks/bickleyjet/core_vs_ref.jl"
artifact_paths:
- "benchmarks/bickleyjet/*.png"
agents:
config: gpu
queue: central
slurm_ntasks: 1
slurm_gres: "gpu:1"

- label: ":computer: :fast_forward: Bickley jet DG reference thread scaling"
key: "cpu_benchmark_bickleyjet_dg_thread_scaling"
command:
- "julia --color=yes --project=benchmarks/bickleyjet benchmarks/bickleyjet/ref_thread_scaling.jl"
artifact_paths:
- "benchmarks/bickleyjet/*.png"
agents:
config: cpu
queue: central
slurm_ntasks: 1
slurm_cpus_per_task: 16
slurm_exclusive: ""

0 comments on commit 594a925

Please sign in to comment.