|
34 | 34 | - name: Store temporal benchmark result |
35 | 35 | uses: rhysd/github-action-benchmark@v1 |
36 | 36 | with: |
37 | | - name: Benchmark.Net Benchmark |
| 37 | + name: Temporal Type benchmark |
38 | 38 | tool: 'benchmarkdotnet' |
39 | 39 | output-file-path: tests/DynamoDBGenerator.SourceGenerator.Benchmarks/BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.TemporalBenchmarks-report-full-compressed.json |
40 | 40 | github-token: ${{ secrets.GITHUB_TOKEN }} |
|
44 | 44 | comment-on-alert: true |
45 | 45 | fail-on-alert: true |
46 | 46 | alert-comment-cc-users: '@inputfalken' |
| 47 | + |
| 48 | + - name: Store primitive benchmark result |
| 49 | + uses: rhysd/github-action-benchmark@v1 |
| 50 | + with: |
| 51 | + name: Primitive Type benchmark |
| 52 | + tool: 'benchmarkdotnet' |
| 53 | + output-file-path: tests/DynamoDBGenerator.SourceGenerator.Benchmarks/BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.PrimitiveBenchmarks-report-full-compressed.json |
| 54 | + github-token: ${{ secrets.GITHUB_TOKEN }} |
| 55 | + auto-push: true |
| 56 | + # Show alert with commit comment on detecting possible performance regression |
| 57 | + alert-threshold: '200%' |
| 58 | + comment-on-alert: true |
| 59 | + fail-on-alert: true |
| 60 | + alert-comment-cc-users: '@inputfalken' |
| 61 | + |
| 62 | + - name: Store collection benchmark result |
| 63 | + uses: rhysd/github-action-benchmark@v1 |
| 64 | + with: |
| 65 | + name: Collection Type benchmark |
| 66 | + tool: 'benchmarkdotnet' |
| 67 | + output-file-path: tests/DynamoDBGenerator.SourceGenerator.Benchmarks/BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.CollectionBenchmarks-report-full-compressed.json |
| 68 | + github-token: ${{ secrets.GITHUB_TOKEN }} |
| 69 | + auto-push: true |
| 70 | + # Show alert with commit comment on detecting possible performance regression |
| 71 | + alert-threshold: '200%' |
| 72 | + comment-on-alert: true |
| 73 | + fail-on-alert: true |
| 74 | + alert-comment-cc-users: '@inputfalken' |
0 commit comments