From 48ae66a35021e4108f2a69691b4df54c5ce66979 Mon Sep 17 00:00:00 2001 From: pmaytak <34331512+pmaytak@users.noreply.github.com> Date: Fri, 4 Aug 2023 15:52:22 -0700 Subject: [PATCH] Fix test naming. --- .github/workflows/benchmark-action.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 9bbbe7f7dd..4189df7650 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -53,7 +53,7 @@ jobs: - name: Store AcquireTokenForClientCacheTests result uses: benchmark-action/github-action-benchmark@v1 with: - name: AcquireTokenForClientCache + name: AcquireTokenForClientWithCache tool: 'benchmarkdotnet' output-file-path: tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }} @@ -71,7 +71,7 @@ jobs: - name: Store AcquireTokenForOboCacheTests result uses: benchmark-action/github-action-benchmark@v1 with: - name: AcquireTokenNoCache + name: AcquireTokenForOboWithCache tool: 'benchmarkdotnet' output-file-path: tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }} @@ -89,7 +89,7 @@ jobs: - name: Store TokenCacheTests result uses: benchmark-action/github-action-benchmark@v1 with: - name: AcquireTokenNoCache + name: TokenCacheTestsWithCache tool: 'benchmarkdotnet' output-file-path: tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/Microsoft.Identity.Test.Performance.TokenCacheTests-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }}