Skip to content

Commit

Permalink
add AcquireTokenForClientWithCache (benchmarkdotnet) benchmark result…
Browse files Browse the repository at this point in the history
… for 3f5f9df
  • Loading branch information
github-action-benchmark committed Jun 6, 2024
1 parent 2208f89 commit 4784c8f
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": 1717709757927,
"lastUpdate": 1717709759945,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -12362,6 +12362,54 @@ window.BENCHMARK_DATA = {
"range": "± 2148.5906799429704"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Neha Bhargava",
"username": "neha-bhargava"
},
"committer": {
"email": "[email protected]",
"name": "Neha Bhargava",
"username": "neha-bhargava"
},
"distinct": false,
"id": "3f5f9dfe019149639680fe8d9259bd0eb27a3adf",
"message": "Update",
"timestamp": "2024-06-06T14:14:41-07:00",
"tree_id": "65f1a516191111dd311d4396179d429d57459c27",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/3f5f9dfe019149639680fe8d9259bd0eb27a3adf"
},
"date": 1717709759302,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 12506.105131022136,
"unit": "ns",
"range": "± 40.33420657366437"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 121886.0951625279,
"unit": "ns",
"range": "± 1060.5650917886746"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 23400.211296668418,
"unit": "ns",
"range": "± 91.46494375708512"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 125595.99103461372,
"unit": "ns",
"range": "± 2560.213426442897"
}
]
}
],
"AcquireTokenForOboWithCache": [
Expand Down

0 comments on commit 4784c8f

Please sign in to comment.