Skip to content

Commit df0d15d

Browse files
committed
Use docs folder as output for stats
1 parent a508783 commit df0d15d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ jobs:
2727
# gh-pages branch is updated and pushed automatically with extracted benchmark data
2828
- uses: benchmark-action/github-action-benchmark@v1
2929
with:
30-
tool: 'benchmarkdotnet'
30+
benchmark-data-dir-path: docs
31+
tool: benchmarkdotnet
3132
output-file-path: 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/AI.Benchmarks.ModelPerformance-report-full.json'
3233
github-token: ${{ secrets.GITHUB_TOKEN }}
3334
# Push and deploy GitHub pages branch automatically

0 commit comments

Comments
 (0)