We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b8642d commit 8be2c3eCopy full SHA for 8be2c3e
1 file changed
.github/workflows/dotnet.yml
@@ -50,7 +50,7 @@ jobs:
50
with:
51
dotnet-version: 8.0.x
52
- name: Run benchmark
53
- run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --exporters json --filter '*'
+ run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration Release --exporters json --filter '*'
54
55
- name: Store benchmark result
56
uses: rhysd/github-action-benchmark@v1
0 commit comments