Skip to content

Commit

Permalink
Move data dir to benchmarks (#5874)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylerbenson authored Oct 5, 2023
1 parent 1ad621b commit 847d117
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 847d117

Please sign in to comment.