Skip to content

Commit 8513f05

Browse files
author
github-action-benchmark
committed
add msal-node client-credential Regression Test (benchmarkjs) benchmark result for c87be73
1 parent 44fba11 commit 8513f05

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": 1763609948509,
2+
"lastUpdate": 1764706249581,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-js",
44
"entries": {
55
"msal-node client-credential Regression Test": [
@@ -18795,6 +18795,44 @@ window.BENCHMARK_DATA = {
1879518795
"extra": "232 samples"
1879618796
}
1879718797
]
18798+
},
18799+
{
18800+
"commit": {
18801+
"author": {
18802+
"email": "198982749+Copilot@users.noreply.github.com",
18803+
"name": "Copilot",
18804+
"username": "Copilot"
18805+
},
18806+
"committer": {
18807+
"email": "noreply@github.com",
18808+
"name": "GitHub",
18809+
"username": "web-flow"
18810+
},
18811+
"distinct": true,
18812+
"id": "c87be7346aa72968504272253f0ef82ef752c53f",
18813+
"message": "Add instance aware flow restriction to copilot-instructions.md (#8144)\n\nInstance aware flow is a 1st party-only feature that should not be\nsuggested to 3rd party customers. This PR adds explicit guidance to\nprevent Copilot from recommending it incorrectly.\n\n## Changes\n\n- **New section \"Instance Aware Flow Restrictions\"** in\n`.github/copilot-instructions.md`:\n- Marks `instanceAware` config and `instance_aware` query parameter as\n1st party-only\n - Prohibits suggesting this feature for 3rd party applications\n- Clarifies existing docs at `lib/msal-browser/docs/instance-aware.md`\nare for internal use\n- Provides alternative solutions for 3rd party multi-cloud scenarios\n(standard flows, proper authority config, separate app registrations)\n\n## Context\n\nInstance aware flow enables dynamic cloud instance selection via STS\nparameters in the `/authorize` response. While available in the public\nAPI surface, it's designed exclusively for Microsoft internal\napplications handling users across cloud boundaries.\n\n<!-- START COPILOT CODING AGENT SUFFIX -->\n\n\n\n<details>\n\n<summary>Original prompt</summary>\n\n> Please create a PR for me that updates the \"copilot-instructions.md\"\nfile that states that the instance aware flow is only available for 1st\nparty customers, and not to suggest or use instance aware for 3rd party\ncustomers. Please use the instructions located at\n.github/copilot-instructions.md for the PR.\n\n\n</details>\n\n\n\n<!-- START COPILOT CODING AGENT TIPS -->\n---\n\n💬 We'd love your input! Share your thoughts on Copilot coding agent in\nour [2 minute survey](https://gh.io/copilot-coding-agent-survey).\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: jo-arroyo <45890484+jo-arroyo@users.noreply.github.com>\nCo-authored-by: Jo Arroyo <joarroyo@microsoft.com>\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
18814+
"timestamp": "2025-12-02T12:05:02-08:00",
18815+
"tree_id": "bf15a35df4440e88992386b987874e1f238f2f78",
18816+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/c87be7346aa72968504272253f0ef82ef752c53f"
18817+
},
18818+
"date": 1764706245728,
18819+
"tool": "benchmarkjs",
18820+
"benches": [
18821+
{
18822+
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsFirstItemInTheCache",
18823+
"value": 225933,
18824+
"range": "±0.99%",
18825+
"unit": "ops/sec",
18826+
"extra": "232 samples"
18827+
},
18828+
{
18829+
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsLastItemInTheCache",
18830+
"value": 227232,
18831+
"range": "±1.04%",
18832+
"unit": "ops/sec",
18833+
"extra": "233 samples"
18834+
}
18835+
]
1879818836
}
1879918837
]
1880018838
}

0 commit comments

Comments
 (0)