We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c69b38 commit 7757c2dCopy full SHA for 7757c2d
.github/workflows/benchmark.yml
@@ -61,8 +61,8 @@ jobs:
61
output-file-path: 'BenchmarkDotNet.Artifacts/results/IcedTasks-Combined-Benchmarks.json'
62
github-token: ${{ secrets.GITHUB_TOKEN }}
63
auto-push: false
64
- # Don't try to fetch gh-pages since we're not using it
65
- skip-fetch-gh-pages: true
+ # This is the key parameter - tells the action where to write results instead of using gh-pages
+ external-data-json-path: 'benchmark-data/data.json'
66
# Store data in a different location that we'll use for Pages deployment
67
benchmark-data-dir-path: 'benchmark-data'
68
# Show alert with commit comment on detecting possible performance regression
0 commit comments