Skip to content

Commit 847d117

Browse files
authored
Move data dir to benchmarks (#5874)
1 parent 1ad621b commit 847d117

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,6 @@ jobs:
6969
output-file-path: sdk/trace/build/jmh-result.json
7070
gh-pages-branch: benchmarks
7171
github-token: ${{ secrets.GITHUB_TOKEN }}
72-
benchmark-data-dir-path: ""
72+
benchmark-data-dir-path: "benchmarks"
7373
auto-push: true
7474
ref: ${{ matrix.tag-version }}

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,5 +39,5 @@ jobs:
3939
output-file-path: sdk/trace/build/jmh-result.json
4040
gh-pages-branch: benchmarks
4141
github-token: ${{ secrets.GITHUB_TOKEN }}
42-
benchmark-data-dir-path: ""
42+
benchmark-data-dir-path: "benchmarks"
4343
auto-push: true

0 commit comments

Comments
 (0)