From 9835c3fc569cf6660e5a4f36a116d1500c0e9023 Mon Sep 17 00:00:00 2001 From: Huy Do Date: Tue, 17 Dec 2024 23:25:52 -0800 Subject: [PATCH] Wrong output dir --- .github/workflows/_linux-benchmark-cuda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/_linux-benchmark-cuda.yml b/.github/workflows/_linux-benchmark-cuda.yml index 2e113af61..5843ea975 100644 --- a/.github/workflows/_linux-benchmark-cuda.yml +++ b/.github/workflows/_linux-benchmark-cuda.yml @@ -89,7 +89,7 @@ jobs: - name: Upload the benchmark results to OSS benchmark database for the dashboard uses: pytorch/test-infra/.github/actions/upload-benchmark-results@main with: - benchmark-results-dir: ${{ env.OUTPUT_DIR }} + benchmark-results-dir: benchmark/${{ env.OUTPUT_DIR }} dry-run: false schema-version: v3 github-token: ${{ secrets.GITHUB_TOKEN }}