Skip to content

Commit

Permalink
add AcquireTokenForClientWithCache (benchmarkdotnet) benchmark result…
Browse files Browse the repository at this point in the history
… for d3ce6ad
  • Loading branch information
github-action-benchmark committed May 20, 2024
1 parent b830e7d commit 0fa481d
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": 1716207265374,
"lastUpdate": 1716207267208,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -11690,6 +11690,54 @@ window.BENCHMARK_DATA = {
"range": "± 2616.1838815271517"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Bogdan Gavril",
"username": "bgavrilMS"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d3ce6ad7a9c2705c9ae925198de4d2aa65f05cfe",
"message": "Move PCA classes to the Broker / Desktop project (#4771)\n\n* WithBroker(true) now fails at build time, not at runtime\r\n\r\n* 2\r\n\r\n* no warning\r\n\r\n* Update src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs\r\n\r\nCo-authored-by: Travis Walker <[email protected]>\r\n\r\n* Fix tests and apps\r\n\r\n* Move PCA classes to the Broker / Desktop project\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n* WithBroker(true) now fails at build time, not at runtime\r\n\r\n* 2\r\n\r\n* no warning\r\n\r\n* Update src/client/Microsoft.Identity.Client/AppConfig/PublicClientApplicationBuilder.cs\r\n\r\nCo-authored-by: Travis Walker <[email protected]>\r\n\r\n* Fix tests and apps\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n* fix\r\n\r\n* Move PCA classes to the Broker / Desktop project\r\n\r\n* fix\r\n\r\n---------\r\n\r\nCo-authored-by: Travis Walker <[email protected]>",
"timestamp": "2024-05-20T13:07:14+01:00",
"tree_id": "2115da552000397076c8f4c566d71cc4a1170d5a",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/d3ce6ad7a9c2705c9ae925198de4d2aa65f05cfe"
},
"date": 1716207266725,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 12615.76312800816,
"unit": "ns",
"range": "± 75.5381995439107"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 129666.47229817709,
"unit": "ns",
"range": "± 1950.4134049555646"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 23680.433938162667,
"unit": "ns",
"range": "± 32.36677964631866"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForClientCacheTests.AcquireTokenForClient_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 125279.56945800781,
"unit": "ns",
"range": "± 2800.6683097194477"
}
]
}
],
"AcquireTokenForOboWithCache": [
Expand Down

0 comments on commit 0fa481d

Please sign in to comment.