From f9a16bc370f8e8b9d4adbf622f10ad5844106a3c Mon Sep 17 00:00:00 2001 From: pmaytak <34331512+pmaytak@users.noreply.github.com> Date: Wed, 9 Aug 2023 19:54:01 -0700 Subject: [PATCH] Fix for tests. --- .github/workflows/benchmark-action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark-action.yml b/.github/workflows/benchmark-action.yml index 1556227a54..a36cf38e49 100644 --- a/.github/workflows/benchmark-action.yml +++ b/.github/workflows/benchmark-action.yml @@ -43,7 +43,7 @@ jobs: tool: 'benchmarkdotnet' output-file-path: tests/Microsoft.Identity.Test.Performance/BenchmarkDotNet.Artifacts/results/Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests-report-full-compressed.json github-token: ${{ secrets.GITHUB_TOKEN }} - # external-data-json-path: ./cache/benchmark-data-no-cache.json + external-data-json-path: ./cache/benchmark-data-no-cache.json # Show alert with commit comment on detecting possible performance regression alert-threshold: '130%' comment-on-alert: true