Skip to content

Commit

Permalink
Add memory benchmark to the nightly pipeline.
Browse files Browse the repository at this point in the history
  • Loading branch information
paolino committed Jul 17, 2023
1 parent 7763f22 commit 412c1ba
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .buildkite/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,14 @@ steps:
queue: adrestia-bench
if: 'build.env("step") == null || build.env("step") =~ /bench-latency/'

- label: 'Memory benchmark'
command: "./.buildkite/bench-memory.sh"
timeout_in_minutes: 5
agents:
system: x86_64-linux
queue: adrestia-bench
if: 'build.env("step") == null || build.env("step") =~ /bench-memory/'

# TODO: ADP-549 Port migrations test to shelley
# - label: 'Database Migrations Test'
# commands:
Expand Down

0 comments on commit 412c1ba

Please sign in to comment.