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 Jul 23, 2024
1 parent 2fef1a9 commit 666e77d
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": 1721753749096,
"lastUpdate": 1721753750882,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -20724,6 +20724,54 @@ window.BENCHMARK_DATA = {
"range": "± 882.366551953583"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Neha Bhargava",
"username": "neha-bhargava"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "15f4e83ca600956d08eba63eb5e42879cffc8530",
"message": "Fix warnings on the build (#4853)\n\nUpdate the comments to match the params",
"timestamp": "2024-07-23T09:48:30-07:00",
"tree_id": "7ba02af58a4c4c541aebec28a4c96d4ef8274cce",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/15f4e83ca600956d08eba63eb5e42879cffc8530"
},
"date": 1721753750472,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 21692.831891741072,
"unit": "ns",
"range": "± 78.26678574938724"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 166458.09200846354,
"unit": "ns",
"range": "± 1218.8846476558099"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 34206.346211751305,
"unit": "ns",
"range": "± 555.002572910766"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 174706.88748372396,
"unit": "ns",
"range": "± 2297.039191141037"
}
]
}
],
"TokenCacheTestsWithCache": [
Expand Down

0 comments on commit 666e77d

Please sign in to comment.