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