Skip to content

Commit

Permalink
add TokenCacheTestsWithCache (benchmarkdotnet) benchmark result for c…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Jul 17, 2024
1 parent 3c8caa7 commit aa59606
Showing 1 changed file with 61 additions and 1 deletion.
62 changes: 61 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1721206536191,
"lastUpdate": 1721206538878,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -29158,6 +29158,66 @@ window.BENCHMARK_DATA = {
"range": "± 10302.498699552274"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Travis Walker",
"username": "trwalke"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "c1a99c473c9223b47e9ea855caebe4a8a76a6b24",
"message": "Adding Uri to exception when error is 500 (#4820)\n\n* Adding Uri to exception when error is 500\r\n\r\n* Adding test for AAD\r\n\r\n* Fixing issue\r\n\r\n---------\r\n\r\nCo-authored-by: trwalke <[email protected]>",
"timestamp": "2024-07-17T01:48:12-07:00",
"tree_id": "5bfdff2ce9391f0bd72746f39d8584ab13aff86d",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/c1a99c473c9223b47e9ea855caebe4a8a76a6b24"
},
"date": 1721206538347,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (1, 10))",
"value": 18282.616149902344,
"unit": "ns",
"range": "± 37.48355972712816"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (10000, 10))",
"value": 29974.784803118026,
"unit": "ns",
"range": "± 184.38238627160536"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (1, 10))",
"value": 9388.983913966587,
"unit": "ns",
"range": "± 50.658501422884925"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (10000, 10))",
"value": 20209.209601769082,
"unit": "ns",
"range": "± 57.43571430625252"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (1, 10))",
"value": 40301.6,
"unit": "ns",
"range": "± 880.3167133421208"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (10000, 10))",
"value": 147537.57216494845,
"unit": "ns",
"range": "± 12700.870358338487"
}
]
}
]
}
Expand Down

0 comments on commit aa59606

Please sign in to comment.