Skip to content

Commit 113552a

Browse files
author
github-action-benchmark
committed
add AcquireTokenForClientWithCache (benchmarkdotnet) benchmark result for ec1adab
1 parent a8d185d commit 113552a

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

benchmarks/data.js

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1742302256303,
2+
"lastUpdate": 1742302259212,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -15492,6 +15492,52 @@ window.BENCHMARK_DATA = {
1549215492
"range": "± 883.1421790887522"
1549315493
}
1549415494
]
15495+
},
15496+
{
15497+
"commit": {
15498+
"author": {
15499+
"name": "Gladwin Johnson",
15500+
"username": "gladjohn",
15501+
"email": "[email protected]"
15502+
},
15503+
"committer": {
15504+
"name": "GitHub",
15505+
"username": "web-flow",
15506+
"email": "[email protected]"
15507+
},
15508+
"id": "ec1adab27ca2574af74b43091ce4634d705f9269",
15509+
"message": "Update actions/cache to version 3 in workflow",
15510+
"timestamp": "2025-03-14T03:36:44Z",
15511+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/ec1adab27ca2574af74b43091ce4634d705f9269"
15512+
},
15513+
"date": 1742302258376,
15514+
"tool": "benchmarkdotnet",
15515+
"benches": [
15516+
{
15517+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
15518+
"value": 8976.521296909877,
15519+
"unit": "ns",
15520+
"range": "± 61.215237665905164"
15521+
},
15522+
{
15523+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
15524+
"value": 88778.11582728794,
15525+
"unit": "ns",
15526+
"range": "± 846.6360472226487"
15527+
},
15528+
{
15529+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
15530+
"value": 19783.966721598306,
15531+
"unit": "ns",
15532+
"range": "± 194.52799704119843"
15533+
},
15534+
{
15535+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
15536+
"value": 90204.89045597956,
15537+
"unit": "ns",
15538+
"range": "± 938.7464397198663"
15539+
}
15540+
]
1549515541
}
1549615542
],
1549715543
"AcquireTokenForOboWithCache": [

0 commit comments

Comments
 (0)