Skip to content

Commit 22f71f3

Browse files
author
github-action-benchmark
committed
add msal-node client-credential Regression Test (benchmarkjs) benchmark result for 1887ed4
1 parent 085e19a commit 22f71f3

File tree

1 file changed

+39
-1
lines changed

1 file changed

+39
-1
lines changed

dev/bench/data.js

Lines changed: 39 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1768935540616,
2+
"lastUpdate": 1769191010702,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-js",
44
"entries": {
55
"msal-node client-credential Regression Test": [
@@ -19251,6 +19251,44 @@ window.BENCHMARK_DATA = {
1925119251
"extra": "235 samples"
1925219252
}
1925319253
]
19254+
},
19255+
{
19256+
"commit": {
19257+
"author": {
19258+
"email": "ydi.w127@gmail.com",
19259+
"name": "Yongdi Wang",
19260+
"username": "yongdiw"
19261+
},
19262+
"committer": {
19263+
"email": "noreply@github.com",
19264+
"name": "GitHub",
19265+
"username": "web-flow"
19266+
},
19267+
"distinct": true,
19268+
"id": "1887ed4333869e967934dc9bd58ffc8b58fe6eb0",
19269+
"message": "Update NativeAuthSample app to support JIT and MFA (#8262)\n\nThis pull request primarily refactors the `NativeAuthSample` app to\nsupport JIT and MFA, remove the custom `Utilities.logMessage` logging\nutility in favor of native `console` logging, and reorganizes the code\nfor improved modularity and maintainability. Additionally, it updates\nthe `.gitignore` to better protect sensitive files and cleans up\nnavigation logic in the UI.\n\n---------\n\nCo-authored-by: Copilot Autofix powered by AI <223894421+github-code-quality[bot]@users.noreply.github.com>",
19270+
"timestamp": "2026-01-23T17:50:37Z",
19271+
"tree_id": "948987cf56713762fe3b7e085356c3f0076f1695",
19272+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/1887ed4333869e967934dc9bd58ffc8b58fe6eb0"
19273+
},
19274+
"date": 1769191006723,
19275+
"tool": "benchmarkjs",
19276+
"benches": [
19277+
{
19278+
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsFirstItemInTheCache",
19279+
"value": 255993,
19280+
"range": "±0.81%",
19281+
"unit": "ops/sec",
19282+
"extra": "212 samples"
19283+
},
19284+
{
19285+
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsLastItemInTheCache",
19286+
"value": 250486,
19287+
"range": "±0.77%",
19288+
"unit": "ops/sec",
19289+
"extra": "222 samples"
19290+
}
19291+
]
1925419292
}
1925519293
]
1925619294
}

0 commit comments

Comments
 (0)