From 4957143213aa9b6de9d46b7d4b71d2b9473208c4 Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Thu, 23 May 2024 08:38:30 +0000 Subject: [PATCH] add AcquireTokenForOboWithCache (benchmarkdotnet) benchmark result for d145fcd61438ca5ee22c9646d3c1c55ed91158c7 --- benchmarks/data.js | 50 +++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 49 insertions(+), 1 deletion(-) diff --git a/benchmarks/data.js b/benchmarks/data.js index 9eb5e45ba5..504f936a6b 100644 --- a/benchmarks/data.js +++ b/benchmarks/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1716453507980, + "lastUpdate": 1716453510564, "repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet", "entries": { "AcquireTokenNoCache": [ @@ -18612,6 +18612,54 @@ window.BENCHMARK_DATA = { "range": "± 1331.5536257499925" } ] + }, + { + "commit": { + "author": { + "email": "bogavril@microsoft.com", + "name": "Bogdan Gavril", + "username": "bgavrilMS" + }, + "committer": { + "email": "noreply@github.com", + "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": [