File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ permissions:
2121
2222jobs :
2323 temporal :
24- name : Temporal
24+ name : Temporal Marshalling
2525 runs-on : ubuntu-latest
2626 steps :
2727 - uses : actions/checkout@v4
3333 - name : Store
3434 uses : rhysd/github-action-benchmark@v1
3535 with :
36- name : Temporal
36+ name : Temporal Marshalling
3737 tool : ' benchmarkdotnet'
3838 output-file-path : BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.TemporalBenchmarks-report-full-compressed.json
3939 github-token : ${{ secrets.GITHUB_TOKEN }}
4545 fail-on-alert : true
4646 alert-comment-cc-users : ' @inputfalken'
4747 primitve :
48- name : Primitive
48+ name : Primitive Marshalling
4949 runs-on : ubuntu-latest
5050 steps :
5151 - uses : actions/checkout@v4
5757 - name : Store
5858 uses : rhysd/github-action-benchmark@v1
5959 with :
60- name : Primitive
60+ name : Primitive Marshalling
6161 tool : ' benchmarkdotnet'
6262 output-file-path : BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.PrimitiveBenchmarks-report-full-compressed.json
6363 github-token : ${{ secrets.GITHUB_TOKEN }}
6969 fail-on-alert : true
7070 alert-comment-cc-users : ' @inputfalken'
7171 collection :
72- name : Collection
72+ name : Collection Marshalling
7373 runs-on : ubuntu-latest
7474 steps :
7575 - uses : actions/checkout@v4
8181 - name : Store
8282 uses : rhysd/github-action-benchmark@v1
8383 with :
84- name : Collection
84+ name : Collection Marshalling
8585 tool : ' benchmarkdotnet'
8686 output-file-path : BenchmarkDotNet.Artifacts/results/DynamoDBGenerator.SourceGenerator.Benchmarks.Benchmarks.Marshalling.CollectionBenchmarks-report-full-compressed.json
8787 github-token : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments