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 2, 2024
1 parent 3bd1b41 commit d8ec9ab
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": 1714671725340,
"lastUpdate": 1714671728371,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -17160,6 +17160,54 @@ window.BENCHMARK_DATA = {
"range": "± 1151.0855588316292"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Gladwin Johnson",
"username": "gladjohn"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "d9ac2c1483befc1208b7244fda086005391ccde3",
"message": "re-enabling the use of SHA2 and PSS for creating client credentials from certificate (#4740)\n\nenable\r\n\r\nCo-authored-by: Gladwin Johnson <[email protected]>",
"timestamp": "2024-05-02T10:34:47-07:00",
"tree_id": "6a5bb1b371a068b658a56f072a2b6515d9bce526",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/d9ac2c1483befc1208b7244fda086005391ccde3"
},
"date": 1714671727687,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: False)",
"value": 22558.8403523763,
"unit": "ns",
"range": "± 145.02761176308454"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (1, 10), EnableCacheSerialization: True)",
"value": 171318.44011579241,
"unit": "ns",
"range": "± 631.9982344507844"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: False)",
"value": 32966.82141113281,
"unit": "ns",
"range": "± 91.27421828826644"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenForOboCacheTests.AcquireTokenOnBehalfOf_TestAsync(CacheSize: (10000, 10), EnableCacheSerialization: True)",
"value": 172928.18244280134,
"unit": "ns",
"range": "± 1277.4620951023146"
}
]
}
],
"TokenCacheTestsWithCache": [
Expand Down

0 comments on commit d8ec9ab

Please sign in to comment.