Skip to content

Commit

Permalink
- Revert changes to interaction handler tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin-msft committed Dec 14, 2023
1 parent 47ce002 commit b397807
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ describe("SilentHandler.ts Unit Tests", () => {
removePerformanceCallback: jest.fn(),
addPerformanceCallback: jest.fn(),
emitEvents: jest.fn(),
startPerformanceMeasurement: jest.fn(),
generateId: jest.fn(),
calculateQueuedTime: jest.fn(),
addQueueMeasurement: jest.fn(),
Expand Down

1 comment on commit b397807

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark 'msal-node client-credential Regression Test'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.10.

Benchmark suite Current: b397807 Previous: df413f1bb4b571685be1f5ac8401c616641063d5 Ratio
ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsLastItemInTheCache 178466 ops/sec (±1.76%) 198493 ops/sec (±1.86%) 1.11

This comment was automatically generated by workflow using github-action-benchmark.

CC: @bgavrilMS @Robbie-Microsoft

Please sign in to comment.