Skip to content

Commit

Permalink
add TokenCacheTestsWithCache (benchmarkdotnet) benchmark result for 2…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Aug 5, 2023
1 parent 2e04207 commit 7438861
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": 1691200874605,
"lastUpdate": 1691200876883,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -1077,6 +1077,66 @@ window.BENCHMARK_DATA = {
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "pmaytak",
"username": "pmaytak"
},
"committer": {
"email": "[email protected]",
"name": "pmaytak",
"username": "pmaytak"
},
"distinct": true,
"id": "2bff4cf1173bbe22c20982c435338c1797263df4",
"message": "Temporary change.",
"timestamp": "2023-08-04T18:51:34-07:00",
"tree_id": "062bae7b2eb9c091bd1ed03815ccebcf64cdc661",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/2bff4cf1173bbe22c20982c435338c1797263df4"
},
"date": 1691200873648,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (1, 10))",
"value": 30095.24667561849,
"unit": "ns",
"range": "± 158.4966217838992"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.AcquireTokenSilent_TestAsync(CacheSize: (10000, 10))",
"value": 59902.20025301847,
"unit": "ns",
"range": "± 2518.854458154567"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (1, 10))",
"value": 15980.832147216797,
"unit": "ns",
"range": "± 102.88685272005303"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.GetAccountAsync_TestAsync(CacheSize: (10000, 10))",
"value": 42939.37556675502,
"unit": "ns",
"range": "± 70.81616491211497"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (1, 10))",
"value": 56700.5,
"unit": "ns",
"range": "± 283.0680933177483"
},
{
"name": "Microsoft.Identity.Test.Performance.TokenCacheTests.RemoveAccountAsync_TestAsync(CacheSize: (10000, 10))",
"value": 219371.9090909091,
"unit": "ns",
"range": "± 59273.7278063444"
}
]
},
{
"commit": {
"author": {
Expand Down

0 comments on commit 7438861

Please sign in to comment.