Skip to content

Commit 69eeac2

Browse files
author
github-action-benchmark
committed
add AcquireTokenNoCache (benchmarkdotnet) benchmark result for 6956f26
1 parent 633bf47 commit 69eeac2

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": 1723024101875,
2+
"lastUpdate": 1723122372383,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet",
44
"entries": {
55
"AcquireTokenNoCache": [
@@ -6112,6 +6112,42 @@ window.BENCHMARK_DATA = {
61126112
"range": "± 3103.1773894278763"
61136113
}
61146114
]
6115+
},
6116+
{
6117+
"commit": {
6118+
"author": {
6119+
"email": "61847233+neha-bhargava@users.noreply.github.com",
6120+
"name": "Neha Bhargava",
6121+
"username": "neha-bhargava"
6122+
},
6123+
"committer": {
6124+
"email": "noreply@github.com",
6125+
"name": "GitHub",
6126+
"username": "web-flow"
6127+
},
6128+
"distinct": true,
6129+
"id": "6956f26f5e1e7e85e946def7ddca3dc69496f79d",
6130+
"message": "Update the logic to add file based detection for azure arc for linux env (#4856)\n\n* Update the logic to add file based detection for azure arc for linux env\r\n\r\n* Address comments\r\n\r\n* Add logs\r\n\r\n* Add logs when azure arc is enabled for a platform other than windows and linux\r\n\r\n* Fix build",
6131+
"timestamp": "2024-08-08T18:28:53+05:30",
6132+
"tree_id": "1bf16a3d986471c28f7e1a034f65c0a2377cf4b6",
6133+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/commit/6956f26f5e1e7e85e946def7ddca3dc69496f79d"
6134+
},
6135+
"date": 1723122368942,
6136+
"tool": "benchmarkdotnet",
6137+
"benches": [
6138+
{
6139+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenForClient_TestAsync",
6140+
"value": 245258.8,
6141+
"unit": "ns",
6142+
"range": "± 5481.277843714913"
6143+
},
6144+
{
6145+
"name": "Microsoft.Identity.Test.Performance.AcquireTokenNoCacheTests.AcquireTokenOnBehalfOf_TestAsync",
6146+
"value": 353122.4146341463,
6147+
"unit": "ns",
6148+
"range": "± 11191.970704428262"
6149+
}
6150+
]
61156151
}
61166152
],
61176153
"AcquireTokenForClientWithCache": [

0 commit comments

Comments
 (0)