Skip to content

Commit

Permalink
use a placeholder commit
Browse files Browse the repository at this point in the history
  • Loading branch information
edknv committed Nov 7, 2023
1 parent e5ba533 commit cbd54e5
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/gpu-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,14 @@ jobs:
run: |
RUN_BENCHMARK="py.test -m benchmark tests/"
git checkout ${{ env.BASE_SHA }}
$RUN_BENCHMARK --benchmark-save=main
git checkout ${{ env.HEAD_SHA }}
$RUN_BENCHMARK --benchmark-save=branch
#git checkout ${{ env.BASE_SHA }}
#$RUN_BENCHMARK --benchmark-save=main
git checkout ef50048
$RUN_BENCHMARK --benchmark-save=main
- name: Compare results
run: |
Expand Down

0 comments on commit cbd54e5

Please sign in to comment.