-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add AcquireTokenNoCache (benchmarkdotnet) benchmark result for cd459f6
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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": [ | ||
|