diff --git a/.github/workflows/benchmark-tags.yml b/.github/workflows/benchmark-tags.yml index 96cb0c248fe..7fb9a182150 100644 --- a/.github/workflows/benchmark-tags.yml +++ b/.github/workflows/benchmark-tags.yml @@ -69,6 +69,6 @@ jobs: output-file-path: sdk/trace/build/jmh-result.json gh-pages-branch: benchmarks github-token: ${{ secrets.GITHUB_TOKEN }} - benchmark-data-dir-path: "" + benchmark-data-dir-path: "benchmarks" auto-push: true ref: ${{ matrix.tag-version }} diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index 9aaa9994b2e..493e695909d 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -39,5 +39,5 @@ jobs: output-file-path: sdk/trace/build/jmh-result.json gh-pages-branch: benchmarks github-token: ${{ secrets.GITHUB_TOKEN }} - benchmark-data-dir-path: "" + benchmark-data-dir-path: "benchmarks" auto-push: true