Skip to content

Commit

Permalink
add AcquireTokenForOboWithCache (benchmarkdotnet) benchmark result for
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 18, 2024
1 parent 2a2be94 commit 82ff7f4
Showing 1 changed file with 49 additions and 1 deletion.
50 changes: 49 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1729270671604,
"lastUpdate": 1729270673523,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -22740,6 +22740,54 @@ window.BENCHMARK_DATA = {
"range": "± 1062.8843977963936"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Gladwin Johnson",
"username": "gladjohn"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "6d9fdac2a5c2e2f4ede4069a14b4bc064be80cf8",
"message": "fix the warning - XML comment has badly formed XML (#4959)\n\n* Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs\r\n\r\n* Update AbstractConfidentialClientAcquireTokenParameterBuilderExtension.cs",
"timestamp": "2024-10-18T09:50:23-07:00",
"tree_id": "34f9332cb0ace90ba46dd8c95b68588411b4b108",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/6d9fdac2a5c2e2f4ede4069a14b4bc064be80cf8"
},
"date": 1729270673010,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 22487.002873738606,
"unit": "ns",
"range": "± 48.122273293824165"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 170285.69559151787,
"unit": "ns",
"range": "± 1060.6030359506383"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 34093.77085658482,
"unit": "ns",
"range": "± 152.69345420252677"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 173482.68287760418,
"unit": "ns",
"range": "± 1268.6440340179215"
}
]
}
],
"TokenCacheTestsWithCache": [
Expand Down

0 comments on commit 82ff7f4

Please sign in to comment.