Skip to content

Commit

Permalink
add msal-node client-credential Regression Test (benchmarkjs) benchma…
Browse files Browse the repository at this point in the history
…rk result for 9bba95a
  • Loading branch information
github-action-benchmark committed Oct 10, 2024
1 parent 0dd9d8c commit a58e1a6
Showing 1 changed file with 39 additions and 1 deletion.
40 changes: 39 additions & 1 deletion dev/bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728594860966,
"lastUpdate": 1728595241383,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-js",
"entries": {
"msal-node client-credential Regression Test": [
Expand Down Expand Up @@ -12728,6 +12728,44 @@ window.BENCHMARK_DATA = {
"extra": "220 samples"
}
]
},
{
"commit": {
"author": {
"email": "49699333+dependabot[bot]@users.noreply.github.com",
"name": "dependabot[bot]",
"username": "dependabot[bot]"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "9bba95ac4d29c0c21f43c26b0da3baadbda28f7b",
"message": "Bump rollup from 4.19.0 to 4.22.4 (#7374)\n\nBumps [rollup](https://github.com/rollup/rollup) from 4.19.0 to 4.22.4.\r\n<details>\r\n<summary>Release notes</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/rollup/rollup/releases\">rollup's\r\nreleases</a>.</em></p>\r\n<blockquote>\r\n<h2>v4.22.4</h2>\r\n<h2>4.22.4</h2>\r\n<p><em>2024-09-21</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS\r\nbundles when run in a browser context (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5671\">#5671</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5670\">#5670</a>:\r\nrefactor: Use object.prototype to check for reserved properties (<a\r\nhref=\"https://github.com/YuHyeonWook\"><code>@​YuHyeonWook</code></a>)</li>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5671\">#5671</a>:\r\nFix DOM Clobbering CVE (<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>v4.22.3</h2>\r\n<h2>4.22.3</h2>\r\n<p><em>2024-09-21</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Ensure that mutations in modules without side effects are observed\r\nwhile properly handling transitive dependencies (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5669\">#5669</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5669\">#5669</a>:\r\nEnsure impure dependencies of pure modules are added (<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>v4.22.2</h2>\r\n<h2>4.22.2</h2>\r\n<p><em>2024-09-20</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Revert fix for side effect free modules until other issues are\r\ninvestigated (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5667\">#5667</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5667\">#5667</a>:\r\nPartially revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5658\">#5658</a>\r\nand re-apply <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a>\r\n(<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>v4.22.1</h2>\r\n<h2>4.22.1</h2>\r\n<p><em>2024-09-20</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a>\r\n&quot;stable chunk hashes&quot; while issues are being investigated</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<!-- raw HTML omitted -->\r\n</blockquote>\r\n<p>... (truncated)</p>\r\n</details>\r\n<details>\r\n<summary>Changelog</summary>\r\n<p><em>Sourced from <a\r\nhref=\"https://github.com/rollup/rollup/blob/master/CHANGELOG.md\">rollup's\r\nchangelog</a>.</em></p>\r\n<blockquote>\r\n<h2>4.22.4</h2>\r\n<p><em>2024-09-21</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Fix a vulnerability in generated code that affects IIFE, UMD and CJS\r\nbundles when run in a browser context (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5671\">#5671</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5670\">#5670</a>:\r\nrefactor: Use object.prototype to check for reserved properties (<a\r\nhref=\"https://github.com/YuHyeonWook\"><code>@​YuHyeonWook</code></a>)</li>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5671\">#5671</a>:\r\nFix DOM Clobbering CVE (<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>4.22.3</h2>\r\n<p><em>2024-09-21</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Ensure that mutations in modules without side effects are observed\r\nwhile properly handling transitive dependencies (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5669\">#5669</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5669\">#5669</a>:\r\nEnsure impure dependencies of pure modules are added (<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>4.22.2</h2>\r\n<p><em>2024-09-20</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Revert fix for side effect free modules until other issues are\r\ninvestigated (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5667\">#5667</a>)</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5667\">#5667</a>:\r\nPartially revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5658\">#5658</a>\r\nand re-apply <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a>\r\n(<a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n</ul>\r\n<h2>4.22.1</h2>\r\n<p><em>2024-09-20</em></p>\r\n<h3>Bug Fixes</h3>\r\n<ul>\r\n<li>Revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a>\r\n&quot;stable chunk hashes&quot; while issues are being investigated</li>\r\n</ul>\r\n<h3>Pull Requests</h3>\r\n<ul>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5663\">#5663</a>:\r\nchore(deps): update dependency inquirer to v11 (<a\r\nhref=\"https://github.com/renovate\"><code>@​renovate</code></a>[bot], <a\r\nhref=\"https://github.com/lukastaegert\"><code>@​lukastaegert</code></a>)</li>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5664\">#5664</a>:\r\nchore(deps): lock file maintenance minor/patch updates (<a\r\nhref=\"https://github.com/renovate\"><code>@​renovate</code></a>[bot])</li>\r\n<li><a\r\nhref=\"https://redirect.github.com/rollup/rollup/pull/5665\">#5665</a>:\r\nfix: type in CI file (<a\r\nhref=\"https://github.com/YuHyeonWook\"><code>@​YuHyeonWook</code></a>)</li>\r\n</ul>\r\n<!-- raw HTML omitted -->\r\n</blockquote>\r\n<p>... (truncated)</p>\r\n</details>\r\n<details>\r\n<summary>Commits</summary>\r\n<ul>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/79c0aba353ca84c0e22c3cfe9eee433ba83f3670\"><code>79c0aba</code></a>\r\n4.22.4</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/e2552c9e955e0a61f70f508200ee9f752f85a541\"><code>e2552c9</code></a>\r\nFix DOM Clobbering CVE (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5671\">#5671</a>)</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/10ab90ea612f80de21c6c433c2d792eaf7b45f1c\"><code>10ab90e</code></a>\r\nrefactor: Use object.prototype to check for reserved properties (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5670\">#5670</a>)</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/e1cba8e84a0c01dd16580ba7a2536a988dfb4e18\"><code>e1cba8e</code></a>\r\n4.22.3</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/59cec3e86748369ce887f8fdb4ef7351335ab281\"><code>59cec3e</code></a>\r\nEnsure impure dependencies of pure modules are added (<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5669\">#5669</a>)</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/b86ffd776cfa906573d36c3f019316d02445d9ef\"><code>b86ffd7</code></a>\r\n4.22.2</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/d5ff63de9e317283f059bde06320bca11cf90488\"><code>d5ff63d</code></a>\r\nPartially revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5658\">#5658</a>\r\nand re-apply <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a>\r\n(<a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5667\">#5667</a>)</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/0a821d931894f7f6f4ee33285b6f0925e10c8348\"><code>0a821d9</code></a>\r\nCreate SECURITY.md</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/76e962daca5b7352bf199c28fa0a10ad4745c5e7\"><code>76e962d</code></a>\r\n4.22.1</li>\r\n<li><a\r\nhref=\"https://github.com/rollup/rollup/commit/68c23da8824e05e84460a9a5bf18c4e91912a52a\"><code>68c23da</code></a>\r\nPartially revert <a\r\nhref=\"https://redirect.github.com/rollup/rollup/issues/5644\">#5644</a></li>\r\n<li>Additional commits viewable in <a\r\nhref=\"https://github.com/rollup/rollup/compare/v4.19.0...v4.22.4\">compare\r\nview</a></li>\r\n</ul>\r\n</details>\r\n<br />\r\n\r\n\r\n[![Dependabot compatibility\r\nscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=rollup&package-manager=npm_and_yarn&previous-version=4.19.0&new-version=4.22.4)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\r\n\r\nDependabot will resolve any conflicts with this PR as long as you don't\r\nalter it yourself. You can also trigger a rebase manually by commenting\r\n`@dependabot rebase`.\r\n\r\n[//]: # (dependabot-automerge-start)\r\n[//]: # (dependabot-automerge-end)\r\n\r\n---\r\n\r\n<details>\r\n<summary>Dependabot commands and options</summary>\r\n<br />\r\n\r\nYou can trigger Dependabot actions by commenting on this PR:\r\n- `@dependabot rebase` will rebase this PR\r\n- `@dependabot recreate` will recreate this PR, overwriting any edits\r\nthat have been made to it\r\n- `@dependabot merge` will merge this PR after your CI passes on it\r\n- `@dependabot squash and merge` will squash and merge this PR after\r\nyour CI passes on it\r\n- `@dependabot cancel merge` will cancel a previously requested merge\r\nand block automerging\r\n- `@dependabot reopen` will reopen this PR if it is closed\r\n- `@dependabot close` will close this PR and stop Dependabot recreating\r\nit. You can achieve the same result by closing it manually\r\n- `@dependabot show <dependency name> ignore conditions` will show all\r\nof the ignore conditions of the specified dependency\r\n- `@dependabot ignore this major version` will close this PR and stop\r\nDependabot creating any more for this major version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this minor version` will close this PR and stop\r\nDependabot creating any more for this minor version (unless you reopen\r\nthe PR or upgrade to it yourself)\r\n- `@dependabot ignore this dependency` will close this PR and stop\r\nDependabot creating any more for this dependency (unless you reopen the\r\nPR or upgrade to it yourself)\r\nYou can disable automated security fix PRs for this repo from the\r\n[Security Alerts\r\npage](https://github.com/AzureAD/microsoft-authentication-library-for-js/network/alerts).\r\n\r\n</details>\r\n\r\nSigned-off-by: dependabot[bot] <[email protected]>\r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>",
"timestamp": "2024-10-10T14:15:18-07:00",
"tree_id": "6955fba77f9b8322b496912a5d932d0931ff0c44",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/9bba95ac4d29c0c21f43c26b0da3baadbda28f7b"
},
"date": 1728595239537,
"tool": "benchmarkjs",
"benches": [
{
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsFirstItemInTheCache",
"value": 195548,
"range": "±2.15%",
"unit": "ops/sec",
"extra": "219 samples"
},
{
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsLastItemInTheCache",
"value": 197811,
"range": "±2.08%",
"unit": "ops/sec",
"extra": "206 samples"
}
]
}
]
}
Expand Down

0 comments on commit a58e1a6

Please sign in to comment.