Skip to content

Commit 8d14758

Browse files
author
github-action-benchmark
committed
add AcquireTokenForOboWithCache (benchmarkdotnet) benchmark result for 2ad7d8d
1 parent 672d2ad commit 8d14758

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": 1735042021381,
2+
"lastUpdate": 1735042023436,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -23400,6 +23400,54 @@ window.BENCHMARK_DATA = {
2340023400
"range": "± 1337.8044590701006"
2340123401
}
2340223402
]
23403+
},
23404+
{
23405+
"commit": {
23406+
"author": {
23407+
"email": "[email protected]",
23408+
"name": "Travis Walker",
23409+
"username": "trwalke"
23410+
},
23411+
"committer": {
23412+
"email": "[email protected]",
23413+
"name": "GitHub",
23414+
"username": "web-flow"
23415+
},
23416+
"distinct": true,
23417+
"id": "2ad7d8db3fbccbf731d2486012bf5c437f6e8295",
23418+
"message": "Updating extension telemetry (#4996)\n\n* Updating extension telemetry\r\n\r\n* Refactroing\r\nRemoving TokenType and replacing the values with string\r\n\r\n* Updating PR to revert new histogram logic.\r\n\r\n* TODO\r\n\r\n* Refactoring.\r\nAddressing Feedback\r\n\r\n* Apply suggestions from code review\r\n\r\nCo-authored-by: Gladwin Johnson <[email protected]>\r\n\r\n* Addressing PR Feedback\r\n\r\n* Update\r\n\r\n* Resolving test issues\r\n\r\n* Removing External\r\n\r\n* update\r\n\r\n* Updating WAM header\r\n\r\n* Resolving WAM test issues\r\n\r\n* Fixing test\r\n\r\n---------\r\n\r\nCo-authored-by: trwalke <[email protected]>\r\nCo-authored-by: Gladwin Johnson <[email protected]>",
23419+
"timestamp": "2024-12-24T04:00:07-08:00",
23420+
"tree_id": "8a975f4fef3159440d47b5eaa9d8c35b29dd099d",
23421+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/2ad7d8db3fbccbf731d2486012bf5c437f6e8295"
23422+
},
23423+
"date": 1735042023146,
23424+
"tool": "benchmarkdotnet",
23425+
"benches": [
23426+
{
23427+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
23428+
"value": 21987.912650553386,
23429+
"unit": "ns",
23430+
"range": "± 51.18104167394509"
23431+
},
23432+
{
23433+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
23434+
"value": 169312.12309570314,
23435+
"unit": "ns",
23436+
"range": "± 1145.0379002004347"
23437+
},
23438+
{
23439+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
23440+
"value": 35725.67651570638,
23441+
"unit": "ns",
23442+
"range": "± 127.05909041649694"
23443+
},
23444+
{
23445+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
23446+
"value": 172599.83932291667,
23447+
"unit": "ns",
23448+
"range": "± 1601.1067404116168"
23449+
}
23450+
]
2340323451
}
2340423452
],
2340523453
"TokenCacheTestsWithCache": [

0 commit comments

Comments
 (0)