Skip to content

Commit 3e1e6d8

Browse files
author
github-action-benchmark
committed
add AcquireTokenNoCache (benchmarkdotnet) benchmark result for 7cadf60
1 parent 4f85e83 commit 3e1e6d8

File tree

1 file changed

+37
-1
lines changed

1 file changed

+37
-1
lines changed

benchmarks/data.js

Lines changed: 37 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1730493969977,
2+
"lastUpdate": 1733157087145,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -6616,6 +6616,42 @@ window.BENCHMARK_DATA = {
66166616
"range": "± 9106.931005558348"
66176617
}
66186618
]
6619+
},
6620+
{
6621+
"commit": {
6622+
"author": {
6623+
"email": "[email protected]",
6624+
"name": "Bogdan Gavril",
6625+
"username": "bgavrilMS"
6626+
},
6627+
"committer": {
6628+
"email": "[email protected]",
6629+
"name": "GitHub",
6630+
"username": "web-flow"
6631+
},
6632+
"distinct": true,
6633+
"id": "7cadf6011476d266f9675c8b2ae528f644fac020",
6634+
"message": "Add more logging to GetAccounts by id (#4929)\n\nAdd more verbose logging to cache op",
6635+
"timestamp": "2024-12-02T16:23:54Z",
6636+
"tree_id": "ae53da3cc0dbabb5a60b0164996bd6bfde396250",
6637+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/7cadf6011476d266f9675c8b2ae528f644fac020"
6638+
},
6639+
"date": 1733157083008,
6640+
"tool": "benchmarkdotnet",
6641+
"benches": [
6642+
{
6643+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenForClient_TestAsync",
6644+
"value": 260759.45833333334,
6645+
"unit": "ns",
6646+
"range": "± 6589.975664526993"
6647+
},
6648+
{
6649+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenOnBehalfOf_TestAsync",
6650+
"value": 344027.0833333333,
6651+
"unit": "ns",
6652+
"range": "± 3213.979223170196"
6653+
}
6654+
]
66196655
}
66206656
],
66216657
"AcquireTokenForClientWithCache": [

0 commit comments

Comments
 (0)