Skip to content

Commit 3bd6f5b

Browse files
author
github-action-benchmark
committed
add TokenCacheTestsWithCache (benchmarkdotnet) benchmark result for 83725aa
1 parent 97b47bf commit 3bd6f5b

File tree

1 file changed

+61
-1
lines changed

1 file changed

+61
-1
lines changed

benchmarks/data.js

Lines changed: 61 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1722900075201,
2+
"lastUpdate": 1722900077733,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -30118,6 +30118,66 @@ window.BENCHMARK_DATA = {
3011830118
"range": "± 10852.493329716941"
3011930119
}
3012030120
]
30121+
},
30122+
{
30123+
"commit": {
30124+
"author": {
30125+
"email": "90415114+gladjohn@users.noreply.github.com",
30126+
"name": "Gladwin Johnson",
30127+
"username": "gladjohn"
30128+
},
30129+
"committer": {
30130+
"email": "noreply@github.com",
30131+
"name": "GitHub",
30132+
"username": "web-flow"
30133+
},
30134+
"distinct": true,
30135+
"id": "83725aa93115d361ddf07eb1648804ef2e43a8f9",
30136+
"message": "Enhance MSAL Managed Identity to Bypass Cache When Claims Are Present (#4875)\n\n* initial\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Bogdan Gavril <bogavril@microsoft.com>\r\n\r\n* pr comments\r\n\r\n---------\r\n\r\nCo-authored-by: Gladwin Johnson <gljohns@microsoft.com>\r\nCo-authored-by: Bogdan Gavril <bogavril@microsoft.com>",
30137+
"timestamp": "2024-08-05T16:13:36-07:00",
30138+
"tree_id": "01185b7a4995c1e873645e868698b40a3a82faaa",
30139+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/83725aa93115d361ddf07eb1648804ef2e43a8f9"
30140+
},
30141+
"date": 1722900076954,
30142+
"tool": "benchmarkdotnet",
30143+
"benches": [
30144+
{
30145+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (1, 10))",
30146+
"value": 17829.658373151506,
30147+
"unit": "ns",
30148+
"range": "± 46.454531598229615"
30149+
},
30150+
{
30151+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (10000, 10))",
30152+
"value": 29235.307809682992,
30153+
"unit": "ns",
30154+
"range": "± 190.96584345395638"
30155+
},
30156+
{
30157+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (1, 10))",
30158+
"value": 9613.09919151893,
30159+
"unit": "ns",
30160+
"range": "± 23.513388284368297"
30161+
},
30162+
{
30163+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (10000, 10))",
30164+
"value": 20292.305942789713,
30165+
"unit": "ns",
30166+
"range": "± 165.24704170646757"
30167+
},
30168+
{
30169+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (1, 10))",
30170+
"value": 38230.769230769234,
30171+
"unit": "ns",
30172+
"range": "± 353.20134811137444"
30173+
},
30174+
{
30175+
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (10000, 10))",
30176+
"value": 134041.33333333334,
30177+
"unit": "ns",
30178+
"range": "± 12971.139138115468"
30179+
}
30180+
]
3012130181
}
3012230182
]
3012330183
}

0 commit comments

Comments
 (0)