Skip to content

Commit bba6e4a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 016092e
1 parent 52eec7a commit bba6e4a

File tree

1 file changed

+53
-1
lines changed

1 file changed

+53
-1
lines changed

dev/bench/data.js

Lines changed: 53 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
window.BENCHMARK_DATA = {
2-
"lastUpdate": 1776120166236,
2+
"lastUpdate": 1776183695107,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40495,6 +40495,58 @@ window.BENCHMARK_DATA = {
4049540495
"extra": "mean: 140.60955478576028 usec\nrounds: 4618"
4049640496
}
4049740497
]
40498+
},
40499+
{
40500+
"commit": {
40501+
"author": {
40502+
"email": "198982749+Copilot@users.noreply.github.com",
40503+
"name": "Copilot",
40504+
"username": "Copilot"
40505+
},
40506+
"committer": {
40507+
"email": "noreply@github.com",
40508+
"name": "GitHub",
40509+
"username": "web-flow"
40510+
},
40511+
"distinct": true,
40512+
"id": "016092efe77035ba6ab4b75000a20ecdb0acdc8d",
40513+
"message": "Forward MSAL client metadata headers through IMDS to ESTS (#902)\n\n* Initial plan\n\n* Add MSAL client metadata headers to IMDS managed identity requests\n\nAdd x-client-SKU, x-client-Ver, and x-ms-client-request-id headers to\n_obtain_token_on_azure_vm() for IMDS token requests. Update existing\nIMDS tests to assert the new headers and validate UUID correlation IDs.\n\nAgent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-python/sessions/3f0bb4c2-0e45-471e-9ab3-2a502ef8cddf\n\nCo-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>\n\n---------\n\nCo-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>\nCo-authored-by: gladjohn <90415114+gladjohn@users.noreply.github.com>",
40514+
"timestamp": "2026-04-14T08:21:36-07:00",
40515+
"tree_id": "96239fbdc44073c88ca99caeb65042c4a69e5686",
40516+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/016092efe77035ba6ab4b75000a20ecdb0acdc8d"
40517+
},
40518+
"date": 1776183693735,
40519+
"tool": "pytest",
40520+
"benches": [
40521+
{
40522+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40523+
"value": 38703.99923444253,
40524+
"unit": "iter/sec",
40525+
"range": "stddev: 0.0000033376036926838583",
40526+
"extra": "mean: 25.83712328906063 usec\nrounds: 9644"
40527+
},
40528+
{
40529+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40530+
"value": 37859.35906452834,
40531+
"unit": "iter/sec",
40532+
"range": "stddev: 0.0000034294894469749595",
40533+
"extra": "mean: 26.41354805546437 usec\nrounds: 15274"
40534+
},
40535+
{
40536+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
40537+
"value": 7415.832795482193,
40538+
"unit": "iter/sec",
40539+
"range": "stddev: 0.000016609530484159584",
40540+
"extra": "mean: 134.84662175894942 usec\nrounds: 3741"
40541+
},
40542+
{
40543+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
40544+
"value": 7236.233430460554,
40545+
"unit": "iter/sec",
40546+
"range": "stddev: 0.000015965713425571305",
40547+
"extra": "mean: 138.1934413268858 usec\nrounds: 4883"
40548+
}
40549+
]
4049840550
}
4049940551
]
4050040552
}

0 commit comments

Comments
 (0)