-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add msal-node client-credential Regression Test (benchmarkjs) benchma…
…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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|