Skip to content

Commit ea08c82

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

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": 1742302259212,
2+
"lastUpdate": 1742302261858,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -24038,6 +24038,52 @@ window.BENCHMARK_DATA = {
2403824038
"range": "± 431.4108470471713"
2403924039
}
2404024040
]
24041+
},
24042+
{
24043+
"commit": {
24044+
"author": {
24045+
"name": "Gladwin Johnson",
24046+
"username": "gladjohn",
24047+
"email": "[email protected]"
24048+
},
24049+
"committer": {
24050+
"name": "GitHub",
24051+
"username": "web-flow",
24052+
"email": "[email protected]"
24053+
},
24054+
"id": "ec1adab27ca2574af74b43091ce4634d705f9269",
24055+
"message": "Update actions/cache to version 3 in workflow",
24056+
"timestamp": "2025-03-14T03:36:44Z",
24057+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/ec1adab27ca2574af74b43091ce4634d705f9269"
24058+
},
24059+
"date": 1742302261069,
24060+
"tool": "benchmarkdotnet",
24061+
"benches": [
24062+
{
24063+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
24064+
"value": 15251.139336722237,
24065+
"unit": "ns",
24066+
"range": "± 186.26144037979515"
24067+
},
24068+
{
24069+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
24070+
"value": 128708.0519670759,
24071+
"unit": "ns",
24072+
"range": "± 1563.1057893957072"
24073+
},
24074+
{
24075+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
24076+
"value": 27165.526232910157,
24077+
"unit": "ns",
24078+
"range": "± 93.41775626130989"
24079+
},
24080+
{
24081+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
24082+
"value": 140570.1377999442,
24083+
"unit": "ns",
24084+
"range": "± 1184.0158785795948"
24085+
}
24086+
]
2404124087
}
2404224088
],
2404324089
"TokenCacheTestsWithCache": [

0 commit comments

Comments
 (0)