Skip to content

Commit 51508ea

Browse files
committed
Fix name
1 parent 5702dcb commit 51508ea

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ permissions:
2121

2222
jobs:
2323
temporal:
24-
name: Temporal
24+
name: Temporal Marshalling
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
@@ -33,7 +33,7 @@ jobs:
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 }}
@@ -45,7 +45,7 @@ jobs:
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
@@ -57,7 +57,7 @@ jobs:
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 }}
@@ -69,7 +69,7 @@ jobs:
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
@@ -81,7 +81,7 @@ jobs:
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 }}

0 commit comments

Comments
 (0)