We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fb5119 commit d822a74Copy full SHA for d822a74
.github/workflows/benchmark-action.yml
@@ -26,12 +26,12 @@ jobs:
26
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
27
- uses: actions/setup-dotnet@v4
28
with:
29
- dotnet-version: '6.0.418'
+ dotnet-version: '8.0.x'
30
- name: Run benchmark
31
- run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f net6.0 --exporters json
+ run: cd tests/Microsoft.Identity.Test.Performance && dotnet run -c release -f net8.0 --exporters json
32
33
- name: Download previous benchmark data
34
- uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
+ uses: actions/cache@v3
35
36
path: ./cache
37
key: ${{ runner.os }}-benchmark
0 commit comments