Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
neha-bhargava committed Jun 6, 2024
1 parent 8a6fe48 commit 3f5f9df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ private bool IsValidPath(string path)
MsalErrorMessage.ManagedIdentityPlatformNotSupported);
}

return path.Equals(expectedFilePath, StringComparison.OrdinalIgnoreCase);
return path.Equals(expectedFilePath);
}
}
}

1 comment on commit 3f5f9df

@github-actions
Copy link

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 'TokenCacheTestsWithCache'.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 1.30.

Benchmark suite Current: 3f5f9df Previous: 449251d Ratio
Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (10000, 10)) 33336.99517168318 ns (± 34.633126655644915) 20202.26238606771 ns (± 27.923624409549387) 1.65

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

Please sign in to comment.