Skip to content

Commit a508783

Browse files
committed
Add docs to workflow
1 parent e79007c commit a508783

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/benchmark.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
1-
name: Benchmark
1+
# Collects benchmarks in gh-pages
2+
# See https://github.com/benchmark-action/github-action-benchmark/blob/master/examples/benchmarkdotnet/README.md
3+
4+
name: Benchmark
5+
26
on:
37
workflow_dispatch:
48
push:
59
branches:
610
- main
711
paths:
812
- 'src/AI.Benchmarks/BenchmarkDotNet.Artifacts/results/*.json'
13+
914
jobs:
1015
benchmark:
1116
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)