Skip to content

Commit 8fa308f

Browse files
committed
Fix
1 parent eaf76c0 commit 8fa308f

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
@@ -21,15 +21,15 @@ permissions:
2121

2222
jobs:
2323
benchmark:
24-
name: Run benchmarker
24+
name: Run all benchmarks
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 temporal benchmarks
32-
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*TemporalBenchmarks*' --memory --job 'Default'
31+
- name: Run all benchmarks
32+
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*' --memory --job 'Default'
3333

3434
- name: Store temporal benchmark result
3535
uses: rhysd/github-action-benchmark@v1

0 commit comments

Comments
 (0)