Skip to content

Commit 7757c2d

Browse files
committed
Update benchmark workflow to specify external data path and store results in a dedicated directory
1 parent 2c69b38 commit 7757c2d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ jobs:
6161
output-file-path: 'BenchmarkDotNet.Artifacts/results/IcedTasks-Combined-Benchmarks.json'
6262
github-token: ${{ secrets.GITHUB_TOKEN }}
6363
auto-push: false
64-
# Don't try to fetch gh-pages since we're not using it
65-
skip-fetch-gh-pages: true
64+
# This is the key parameter - tells the action where to write results instead of using gh-pages
65+
external-data-json-path: 'benchmark-data/data.json'
6666
# Store data in a different location that we'll use for Pages deployment
6767
benchmark-data-dir-path: 'benchmark-data'
6868
# Show alert with commit comment on detecting possible performance regression

0 commit comments

Comments
 (0)