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 May 23, 2024
1 parent 33a26f7 commit 4957143
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": 1716453507980,
"lastUpdate": 1716453510564,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -18612,6 +18612,54 @@ window.BENCHMARK_DATA = {
"range": "± 1331.5536257499925"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Bogdan Gavril",
"username": "bgavrilMS"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d145fcd61438ca5ee22c9646d3c1c55ed91158c7",
"message": "Make the AssertionRequestOptions mutable (testable) (#4781)\n\n* Make the AssertionRequestOptions mutable (testable)\r\n\r\n* make setter public",
"timestamp": "2024-05-23T09:30:33+01:00",
"tree_id": "851b6b5626de5b6ad2b7a9c3c6fe697835c4ce53",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/d145fcd61438ca5ee22c9646d3c1c55ed91158c7"
},
"date": 1716453509653,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 22594.273674598106,
"unit": "ns",
"range": "± 45.09695511633709"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 175162.2779259315,
"unit": "ns",
"range": "± 780.8051092834593"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 33890.177525111605,
"unit": "ns",
"range": "± 70.34221592246678"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 175826.31722586494,
"unit": "ns",
"range": "± 1626.9885187432787"
}
]
}
],
"TokenCacheTestsWithCache": [
Expand Down

0 comments on commit 4957143

Please sign in to comment.