Skip to content

Commit

Permalink
Update bench.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kings177 authored Jul 1, 2024
1 parent 84b91e6 commit a2cfcf4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ concurrency:

jobs:
bench:
runs-on: [self-hosted, cuda]
runs-on: [self-hosted, CUDA]
timeout-minutes: 10
steps:
- uses: actions/checkout@v3
Expand All @@ -19,7 +19,6 @@ jobs:
git clone https://github.com/HigherOrderCO/hvm-bench
cd hvm-bench
NO_COLOR=1 cargo run bench --repo-dir ../ -r main --timeout 20 > ../table
shell: bash -l {0}
- name: write comment
run: |
echo 'Perf run for [`'`git rev-parse --short ${{ github.sha }}`'`](https://github.com/higherorderco/HVM/commit/${{ github.sha }}):' >> comment
Expand Down

0 comments on commit a2cfcf4

Please sign in to comment.