Skip to content

Commit 048ec8d

Browse files
committed
Rename and filter out relevant benchmark
1 parent ebf534f commit 048ec8d

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
2-
name: Benchmark.Net Example
1+
name: Benchmarker
32
# TODO use this before merging
43
#on:
54
# push:
@@ -22,17 +21,17 @@ permissions:
2221

2322
jobs:
2423
benchmark:
25-
name: Run Benchmark.Net benchmark example
24+
name: Run benchmarker
2625
runs-on: ubuntu-latest
2726
steps:
2827
- uses: actions/checkout@v4
2928
- uses: actions/setup-dotnet@v3
3029
with:
3130
dotnet-version: 8.0.x
32-
- name: Run benchmark
33-
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*' --memory --job 'Default'
31+
- name: Run temporal benchmarks
32+
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*TemporalBenchmarks*' --memory --job 'Default'
3433

35-
- name: Store benchmark result
34+
- name: Store temporal benchmark result
3635
uses: rhysd/github-action-benchmark@v1
3736
with:
3837
name: Benchmark.Net Benchmark

0 commit comments

Comments
 (0)