Skip to content

Commit

Permalink
add TokenAcquisitionBenchmarks (benchmarkdotnet) benchmark result for 7…
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed May 14, 2024
1 parent 5712bae commit 9c60fb0
Showing 1 changed file with 37 additions and 1 deletion.
38 changes: 37 additions & 1 deletion benchmarks/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1715720876422,
"lastUpdate": 1715730581156,
"repoUrl": "https://github.com/AzureAD/microsoft-identity-web",
"entries": {
"TokenAcquisitionBenchmarks": [
Expand Down Expand Up @@ -2522,6 +2522,42 @@ window.BENCHMARK_DATA = {
"range": "± 60.19368532151968"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "kellyyangsong",
"username": "kellyyangsong"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "7602807099e2dc4e31e4195bc73cc147261c0f51",
"message": "add queryParams when building authority (#2826)\n\n* add queryParams when building authority\r\n\r\n* add tests\r\n\r\n* address warnings\r\n\r\n* add changelog info for this PR\r\n\r\n* fix EnsureAuthorityIsV2 and add tests\r\n\r\n---------\r\n\r\nCo-authored-by: Jean-Marc Prieur <[email protected]>\r\nCo-authored-by: jennyf19 <[email protected]>",
"timestamp": "2024-05-14T16:44:52-07:00",
"tree_id": "30869bf1f991cbb0d99f5501655acd62d232dc02",
"url": "https://github.com/AzureAD/microsoft-identity-web/commit/7602807099e2dc4e31e4195bc73cc147261c0f51"
},
"date": 1715730580350,
"tool": "benchmarkdotnet",
"benches": [
{
"name": "Benchmarks.TokenAcquisitionBenchmark.CreateAuthorizationHeader",
"value": 9777.11959571169,
"unit": "ns",
"range": "± 75.3289155612984"
},
{
"name": "Benchmarks.TokenAcquisitionBenchmark.GetTokenAcquirer",
"value": 10570.743989127022,
"unit": "ns",
"range": "± 59.445205847083805"
}
]
}
]
}
Expand Down

0 comments on commit 9c60fb0

Please sign in to comment.