Skip to content

Commit

Permalink
Update benchmarking.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewanwm authored Aug 7, 2024
1 parent a495714 commit 95fc4e0
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/benchmarking.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
benchmark_pr_branch:
name: Continuous Benchmarking PRs with Bencher
# DO NOT REMOVE: For handling Fork PRs see Pull Requests from Forks
# if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository
if: github.event_name == 'pull_request' && github.event.pull_request.head.repo.full_name == github.repository

permissions:
pull-requests: write
Expand All @@ -28,12 +28,6 @@ jobs:
- uses: actions/checkout@v4
- uses: bencherdev/bencher@main

- name: Set up GCC
uses: egor-tensin/setup-gcc@v1
with:
version: 9
platform: x64

- name: Set Flags
run: export USE_CUDA=0

Expand Down

0 comments on commit 95fc4e0

Please sign in to comment.