We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eaf76c0 commit 8fa308fCopy full SHA for 8fa308f
1 file changed
.github/workflows/benchmark.yml
@@ -21,15 +21,15 @@ permissions:
21
22
jobs:
23
benchmark:
24
- name: Run benchmarker
+ name: Run all benchmarks
25
runs-on: ubuntu-latest
26
steps:
27
- uses: actions/checkout@v4
28
- uses: actions/setup-dotnet@v3
29
with:
30
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'
+ - name: Run all benchmarks
+ run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration 'Release' -- --exporters 'JSON' --filter '*' --memory --job 'Default'
33
34
- name: Store temporal benchmark result
35
uses: rhysd/github-action-benchmark@v1
0 commit comments