Skip to content

Commit

Permalink
add AcquireTokenNoCache (benchmarkdotnet) benchmark result for cd459f6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 18, 2024
1 parent a71441a commit 2289e87
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1729210118529,
"lastUpdate": 1729270034358,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
"entries": {
"AcquireTokenNoCache": [
Expand Down Expand Up @@ -6472,6 +6472,42 @@ window.BENCHMARK_DATA = {
"range": "± 4494.059233859284"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Bogdan Gavril",
"username": "bgavrilMS"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "cd459f615e796ca762a3012e6a46487c830e2a33",
"message": "Opt-in to regional when env variable MSAL_FORCE_REGION is set (#4954)\n\nCo-authored-by: Gladwin Johnson <[email protected]>",
"timestamp": "2024-10-18T09:39:29-07:00",
"tree_id": "987d6672c2f33827f4047d20ee783367f995933f",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/cd459f615e796ca762a3012e6a46487c830e2a33"
},
"date": 1729270030640,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenForClient_TestAsync",
"value": 254662.4,
"unit": "ns",
"range": "± 2917.759703216542"
},
{
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenOnBehalfOf_TestAsync",
"value": 329176.25,
"unit": "ns",
"range": "± 3038.091180779022"
}
]
}
],
"AcquireTokenForClientWithCache": [
Expand Down

0 comments on commit 2289e87

Please sign in to comment.