Skip to content

Commit

Permalink
Suppress allocation table
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Oct 5, 2022
1 parent ce21644 commit 0d19d60
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -418,10 +418,11 @@ steps:
- label: ":rocket: benchmark: baroclinic wave (ρe_tot)"
command: "julia --color=yes --project=perf perf/benchmark.jl --job_id bm_sphere_baroclinic_wave_rhoe"

- label: ":mag: Allocations: perf target"
command: "julia --color=yes --project=perf perf/allocs.jl"
agents:
slurm_mem: 20GB
# TODO: temporarily suppressed to reduce CI times
# - label: ":mag: Allocations: perf target"
# command: "julia --color=yes --project=perf perf/allocs.jl"
# agents:
# slurm_mem: 20GB

- wait: ~
continue_on_failure: true
Expand Down

0 comments on commit 0d19d60

Please sign in to comment.