Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
ev-br committed Jun 18, 2024
1 parent 6bc3e80 commit b079d8c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,3 +117,12 @@ jobs:
- name: Download all artifacts from benchmarking runs
uses: actions/download-artifact@v3

- name: Combine the runs
run: |
mkdir .asv
mkdir .asv/results
cp -r gh-skylake .asv/results
cp -r gh-graviton .asv/results
ls -l
ls -l .asv/results

0 comments on commit b079d8c

Please sign in to comment.