Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
atalman committed Oct 4, 2024
1 parent 0d941ba commit 5aa56b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/userbenchmark-a100-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ jobs:
uses: actions/checkout@v3
with:
path: benchmark
ref: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
- name: Tune Nvidia GPU
run: |
sudo nvidia-smi -pm 1
Expand All @@ -39,7 +40,7 @@ jobs:
set -x
. "${SETUP_SCRIPT}"
# remove old results
release_version=$(cat userbenchmark/release-test/version.txt)
release_version=$(cat ./.userbenchmark/release-test/version.txt)
if [ -d benchmark-output ]; then rm -Rf benchmark-output; fi
pushd benchmark
if [ -d .userbenchmark ]; then rm -Rf .userbenchmark; fi
Expand Down

0 comments on commit 5aa56b9

Please sign in to comment.