From 847d117db1854566b15941f36bf6a02abdc3eb5d Mon Sep 17 00:00:00 2001 From: Tyler Benson Date: Thu, 5 Oct 2023 15:16:58 -0400 Subject: [PATCH] Move data dir to `benchmarks` (#5874) --- .github/workflows/benchmark-tags.yml | 2 +- .github/workflows/benchmark.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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