We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a64e39 commit 446f58bCopy full SHA for 446f58b
.github/workflows/dotnet_benchmark_runner.yml
@@ -48,4 +48,18 @@ jobs:
48
alert-threshold: '200%'
49
comment-on-alert: true
50
#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
65
alert-comment-cc-users: '@TyKonKet'
0 commit comments