Skip to content

Commit 89d034d

Browse files
committed
Rename jobs
1 parent e72aa8f commit 89d034d

1 file changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/benchmark.yml

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

2222
jobs:
2323
temporal:
24-
name: Run Benchmarks
24+
name: Temporal
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/checkout@v4
2828
- uses: actions/setup-dotnet@v3
2929
with:
3030
dotnet-version: 8.0.x
31-
- name: Run benchmarks
31+
- name: Run
3232
run: dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*TemporalBenchmarks*' --memory --job 'Default'
33-
- name: Temporal
33+
- name: Store
3434
uses: rhysd/github-action-benchmark@v1
3535
with:
36-
name: Temporal
36+
name: Store
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,19 +45,19 @@ jobs:
4545
fail-on-alert: true
4646
alert-comment-cc-users: '@inputfalken'
4747
primitve:
48-
name: Run Benchmarks
48+
name: Primitive
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@v4
5252
- uses: actions/setup-dotnet@v3
5353
with:
5454
dotnet-version: 8.0.x
55-
- name: Run benchmarks
55+
- name: Run
5656
run: dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*PrimitiveBenchmarks*' --memory --job 'Default'
57-
- name: Primitive
57+
- name: Store
5858
uses: rhysd/github-action-benchmark@v1
5959
with:
60-
name: Primitive
60+
name: Store
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,19 +69,19 @@ jobs:
6969
fail-on-alert: true
7070
alert-comment-cc-users: '@inputfalken'
7171
collection:
72-
name: Run Benchmarks
72+
name: Collection
7373
runs-on: ubuntu-latest
7474
steps:
7575
- uses: actions/checkout@v4
7676
- uses: actions/setup-dotnet@v3
7777
with:
7878
dotnet-version: 8.0.x
79-
- name: Run benchmarks
79+
- name: Run
8080
run: dotnet run --project tests/DynamoDBGenerator.SourceGenerator.Benchmarks --configuration 'Release' -- --exporters 'JSON' --filter '*CollectionBenchmarks*' --memory --job 'Default'
81-
- name: Collection
81+
- name: Store
8282
uses: rhysd/github-action-benchmark@v1
8383
with:
84-
name: Collection
84+
name: Store
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)