Skip to content

Commit

Permalink
adding dryruns
Browse files Browse the repository at this point in the history
  • Loading branch information
august-knox committed Nov 7, 2024
1 parent 1356edd commit 28d51ed
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -377,3 +377,25 @@ jobs:
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic sandia microbenchmarks mpi_overhead with dynamic CTS ruby
run: |
./bin/benchpark experiment init --dest=smb-mpi_overhead smb
./bin/benchpark setup ./smb-mpi_overhead ./ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/smb-mpi_overhead/Cts-6d48f81/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run
- name: Dry run dynamic sandia microbenchmarks msgrate with dynamic CTS ruby
run: |
./bin/benchpark experiment init --dest=smb-msgrate smb workload=msgrate
./bin/benchpark setup ./smb-msgrate ./ruby-system workspace/
. workspace/setup.sh
ramble \
--workspace-dir workspace/smb-msgrate/Cts-6d48f81/workspace \
--disable-progress-bar \
--disable-logger \
workspace setup --dry-run

0 comments on commit 28d51ed

Please sign in to comment.