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 a508783 commit df0d15dCopy full SHA for df0d15d
.github/workflows/benchmark.yml
@@ -27,7 +27,8 @@ jobs:
27
# gh-pages branch is updated and pushed automatically with extracted benchmark data
28
- uses: benchmark-action/github-action-benchmark@v1
29
with:
30
- tool: 'benchmarkdotnet'
+ benchmark-data-dir-path: docs
31
+ tool: benchmarkdotnet
32
output-file-path: 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
33
github-token: ${{ secrets.GITHUB_TOKEN }}
34
# Push and deploy GitHub pages branch automatically
0 commit comments