Skip to content

Commit

Permalink
Use net6.0 in GitHub Action benchmarks (#4570)
Browse files Browse the repository at this point in the history
Use net6.0
  • Loading branch information
pmaytak authored Jan 24, 2024
1 parent d960dd9 commit 4a0e782
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/benchmark-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-dotnet@v3
with:
dotnet-version: '3.1.426'
dotnet-version: '6.0.418'
- name: Run benchmark
run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f netcoreapp3.1 --exporters json
run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f net6.0 --exporters json

- name: Download previous benchmark data
uses: actions/cache@v3
Expand Down

0 comments on commit 4a0e782

Please sign in to comment.