From d67bd63217efccb1ab6bc889eb646466f73b4e2f Mon Sep 17 00:00:00 2001 From: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:41:22 -0800 Subject: [PATCH] Update benchmark-action.yml --- .github/workflows/benchmark-action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 4d4fd96022..6603277e68 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -26,9 +26,9 @@ jobs: - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0 - uses: actions/setup-dotnet@v4 with: - dotnet-version: '6.0.418' + dotnet-version: '8.0.x' - name: Run benchmark - 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 - name: Download previous benchmark data uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3