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 638ad74 commit b5b9477
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .github/workflows/run_cirun_graviton.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-depth: 0 # To fetch all commits to be able to generate benchmarks html
token: ${{ secrets.AWS_BENCHMARKS }}

- name: Collect past runs
run: |
Expand Down Expand Up @@ -133,3 +134,7 @@ jobs:
pip install asv
asv machine --yes --config $ASV_CONFIG
asv publish --config $ASV_CONFIG -v
- name: Upload the results
run: |
asv gh-pages
2 changes: 1 addition & 1 deletion .github/workflows/run_x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
GITHUB_TOKEN: ${{ secrets.AWS_BENCHMARKS }}
# GITHUB_TOKEN: ${{ secrets.AWS_BENCHMARKS }} # DELIBERATE BREAKAGE TO BLOCK THE UPLOAD
RESULTS_DIR_ROOT: gh_pages
ASV_CONFIG: asv.conf.json
MACHINE_NAME: github-actions-x86 # to identify github actions machine as hostname changes everytime
Expand Down

0 comments on commit b5b9477

Please sign in to comment.