Skip to content

Commit 8be2c3e

Browse files
committed
Run in release
1 parent 1b8642d commit 8be2c3e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
with:
5151
dotnet-version: 8.0.x
5252
- name: Run benchmark
53-
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --exporters json --filter '*'
53+
run: cd tests/DynamoDBGenerator.SourceGenerator.Benchmarks && dotnet run --configuration Release --exporters json --filter '*'
5454

5555
- name: Store benchmark result
5656
uses: rhysd/github-action-benchmark@v1

0 commit comments

Comments
 (0)