Skip to content

Commit 446f58b

Browse files
committed
Add Ean13Encoder benchmark result storage to GitHub Actions workflow
1 parent 2a64e39 commit 446f58b

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.github/workflows/dotnet_benchmark_runner.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,18 @@ jobs:
4848
alert-threshold: '200%'
4949
comment-on-alert: true
5050
#summary-always: true
51+
alert-comment-cc-users: '@TyKonKet'
52+
53+
- name: Store Ean13Encoder benchmark results
54+
uses: benchmark-action/github-action-benchmark@v1
55+
with:
56+
name: Ean13Encoder
57+
tool: 'benchmarkdotnet'
58+
output-file-path: Tests/TyKonKet.BarcodeGenerator.CB/BenchmarkDotNet.Artifacts/results/TyKonKet.BarcodeGenerator.CB.Benchmarks.Ean13Encoder-report-full-compressed.json
59+
github-token: ${{ secrets.GITHUB_TOKEN }}
60+
auto-push: true
61+
benchmark-data-dir-path: ''
62+
alert-threshold: '200%'
63+
comment-on-alert: true
64+
#summary-always: true
5165
alert-comment-cc-users: '@TyKonKet'

0 commit comments

Comments
 (0)