Skip to content

Commit 5702dcb

Browse files
committed
Fix name
1 parent 89d034d commit 5702dcb

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Store
3434
uses: rhysd/github-action-benchmark@v1
3535
with:
36-
name: Store
36+
name: Temporal
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 }}
@@ -57,7 +57,7 @@ jobs:
5757
- name: Store
5858
uses: rhysd/github-action-benchmark@v1
5959
with:
60-
name: Store
60+
name: Primitive
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 }}
@@ -81,7 +81,7 @@ jobs:
8181
- name: Store
8282
uses: rhysd/github-action-benchmark@v1
8383
with:
84-
name: Store
84+
name: Collection
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)