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 3c8bde6
  • Loading branch information
github-action-benchmark committed Aug 12, 2024
1 parent 12841cc commit 7ddaf6e
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": 1723486083530,
"lastUpdate": 1723494445299,
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-js",
"entries": {
"msal-node client-credential Regression Test": [
Expand Down Expand Up @@ -10838,6 +10838,44 @@ window.BENCHMARK_DATA = {
"extra": "217 samples"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Tyler James Leonhardt",
"username": "TylerLeonhardt"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "3c8bde64f806e183bb5dbb6be1f0c3c9f0f54829",
"message": "Send the error template back when there's an error response (#7247)\n\nWithout this, the redirect in the browser resolves when the server is\r\nclosed which makes it unclear, in the browser, that there was an error.\r\nThis renders the errorTemplate already passed in.\r\n\r\n---------\r\n\r\nCo-authored-by: Thomas Norling <[email protected]>",
"timestamp": "2024-08-12T13:22:00-07:00",
"tree_id": "9f177a85ab30787ddd132a51c7650d97280e780a",
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-js/commit/3c8bde64f806e183bb5dbb6be1f0c3c9f0f54829"
},
"date": 1723494443655,
"tool": "benchmarkjs",
"benches": [
{
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsFirstItemInTheCache",
"value": 192726,
"range": "±2.03%",
"unit": "ops/sec",
"extra": "222 samples"
},
{
"name": "ConfidentialClientApplication#acquireTokenByClientCredential-fromCache-resourceIsLastItemInTheCache",
"value": 192411,
"range": "±2.21%",
"unit": "ops/sec",
"extra": "217 samples"
}
]
}
]
}
Expand Down

0 comments on commit 7ddaf6e

Please sign in to comment.