Skip to content

Commit eb5f36a

Browse files
author
github-action-benchmark
committed
add AcquireTokenForOboWithCache (benchmarkdotnet) benchmark result for adf5dab
1 parent b064fd3 commit eb5f36a

File tree

1 file changed

+49
-1
lines changed

1 file changed

+49
-1
lines changed

benchmarks/data.js

Lines changed: 49 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1723024096571,
2+
"lastUpdate": 1723024099205,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -21252,6 +21252,54 @@ window.BENCHMARK_DATA = {
2125221252
"range": "± 864.051336338853"
2125321253
}
2125421254
]
21255+
},
21256+
{
21257+
"commit": {
21258+
"author": {
21259+
"email": "travis.walker@microsoft.com",
21260+
"name": "Travis Walker",
21261+
"username": "trwalke"
21262+
},
21263+
"committer": {
21264+
"email": "noreply@github.com",
21265+
"name": "GitHub",
21266+
"username": "web-flow"
21267+
},
21268+
"distinct": true,
21269+
"id": "adf5dab22f6a60ba78ac116927ac17df1dc1b6dc",
21270+
"message": "Enabling ROPC on CCA (#4799)\n\n* Enabling ROPC on CCA\r\n\r\n* Clean up.\r\nAdding tests.\r\n\r\n* Refactoring.\r\nAdding explicit interface for ROPC with CCA\r\n\r\n* Update src/client/Microsoft.Identity.Client/IByUsernameAndPassword.cs\r\n\r\nCo-authored-by: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com>\r\n\r\n* Clean up.\r\nRefactoring\r\n\r\n* clean up\r\n\r\n---------\r\n\r\nCo-authored-by: trwalke <trwalke@microsoft.com>\r\nCo-authored-by: Gladwin Johnson <90415114+gladjohn@users.noreply.github.com>\r\nCo-authored-by: Neha Bhargava <61847233+neha-bhargava@users.noreply.github.com>",
21271+
"timestamp": "2024-08-07T02:40:44-07:00",
21272+
"tree_id": "094c458ec8ae159648edbb842c5eb615bb5eac23",
21273+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/adf5dab22f6a60ba78ac116927ac17df1dc1b6dc"
21274+
},
21275+
"date": 1723024098329,
21276+
"tool": "benchmarkdotnet",
21277+
"benches": [
21278+
{
21279+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
21280+
"value": 22130.513116019112,
21281+
"unit": "ns",
21282+
"range": "± 61.92580450590506"
21283+
},
21284+
{
21285+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
21286+
"value": 168092.84209735578,
21287+
"unit": "ns",
21288+
"range": "± 187.8050249439956"
21289+
},
21290+
{
21291+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
21292+
"value": 33676.05562180739,
21293+
"unit": "ns",
21294+
"range": "± 64.72557269022528"
21295+
},
21296+
{
21297+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
21298+
"value": 176434.54865373884,
21299+
"unit": "ns",
21300+
"range": "± 1212.771152329492"
21301+
}
21302+
]
2125521303
}
2125621304
],
2125721305
"TokenCacheTestsWithCache": [

0 commit comments

Comments
 (0)