Skip to content

Commit 2c3ef0f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 91b7c2b
1 parent 5e5c1b0 commit 2c3ef0f

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": 1774568283030,
2+
"lastUpdate": 1774579881230,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38003,6 +38003,58 @@ window.BENCHMARK_DATA = {
3800338003
"extra": "mean: 141.86155789219953 usec\nrounds: 3852"
3800438004
}
3800538005
]
38006+
},
38007+
{
38008+
"commit": {
38009+
"author": {
38010+
"email": "RyAuld@microsoft.com",
38011+
"name": "Ryan Auld",
38012+
"username": "RyAuld"
38013+
},
38014+
"committer": {
38015+
"email": "RyAuld@microsoft.com",
38016+
"name": "Ryan Auld",
38017+
"username": "RyAuld"
38018+
},
38019+
"distinct": true,
38020+
"id": "91b7c2b6dba2453e35c3c955c0235c6f6c08af88",
38021+
"message": "Re-enable test_adfs2022_fed_user - ADFS labs are back up\n\nADFS labs were marked as temporarily down since July 2025.\nKV data for User-Federated-Config matches the expected lab user:\n- upn: fIDLAB@ID4SLAB1.COM\n- tenant: 10c419d4-4a50-45b2-aa4e-919fb84df24f\n- provider: ADFSv2022 / ID4SLab1",
38022+
"timestamp": "2026-03-26T19:48:07-07:00",
38023+
"tree_id": "1d5fafc898dfa75988f63814cbe9f0c22fd9cd76",
38024+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/91b7c2b6dba2453e35c3c955c0235c6f6c08af88"
38025+
},
38026+
"date": 1774579879526,
38027+
"tool": "pytest",
38028+
"benches": [
38029+
{
38030+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38031+
"value": 40344.22309393469,
38032+
"unit": "iter/sec",
38033+
"range": "stddev: 0.0000029637904808203896",
38034+
"extra": "mean: 24.786696168907984 usec\nrounds: 7909"
38035+
},
38036+
{
38037+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38038+
"value": 38531.8132624354,
38039+
"unit": "iter/sec",
38040+
"range": "stddev: 0.000003342461583070864",
38041+
"extra": "mean: 25.95258087620025 usec\nrounds: 15635"
38042+
},
38043+
{
38044+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38045+
"value": 7587.815275372995,
38046+
"unit": "iter/sec",
38047+
"range": "stddev: 0.000015934711777322324",
38048+
"extra": "mean: 131.79024049855286 usec\nrounds: 4973"
38049+
},
38050+
{
38051+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38052+
"value": 7301.159316765613,
38053+
"unit": "iter/sec",
38054+
"range": "stddev: 0.000016250424717219576",
38055+
"extra": "mean: 136.96454995903258 usec\nrounds: 4884"
38056+
}
38057+
]
3800638058
}
3800738059
]
3800838060
}

0 commit comments

Comments
 (0)