Skip to content

Commit b53f296

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ededbe2
1 parent 09c25df commit b53f296

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": 1775569680829,
2+
"lastUpdate": 1775570325594,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39615,6 +39615,58 @@ window.BENCHMARK_DATA = {
3961539615
"extra": "mean: 119.90508207395578 usec\nrounds: 3375"
3961639616
}
3961739617
]
39618+
},
39619+
{
39620+
"commit": {
39621+
"author": {
39622+
"email": "gljohns@microsoft.com",
39623+
"name": "Gladwin Johnson",
39624+
"username": "GladwinJohnson"
39625+
},
39626+
"committer": {
39627+
"email": "gljohns@microsoft.com",
39628+
"name": "Gladwin Johnson",
39629+
"username": "GladwinJohnson"
39630+
},
39631+
"distinct": true,
39632+
"id": "ededbe2c30a3a3b48ad4cd776a23a7be9b4685ad",
39633+
"message": "Fix CI test collection: remove conflicting tests/__init__.py and add testpaths\n\n- Remove msal-key-attestation/tests/__init__.py to prevent namespace\n conflict with the main tests/ package (caused all 24 existing tests\n to fail with 'ModuleNotFoundError: No module named tests.test_*')\n- Add [tool:pytest] testpaths=tests to setup.cfg so bare 'pytest' only\n collects the main test suite\n- Fix remaining CodeQL alert: avoid printing result dict data on failure\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>",
39634+
"timestamp": "2026-04-07T06:55:16-07:00",
39635+
"tree_id": "3b1167b806df72ce1f87ce558cd9ec2ae0ea6536",
39636+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ededbe2c30a3a3b48ad4cd776a23a7be9b4685ad"
39637+
},
39638+
"date": 1775570323654,
39639+
"tool": "pytest",
39640+
"benches": [
39641+
{
39642+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39643+
"value": 39593.16352596772,
39644+
"unit": "iter/sec",
39645+
"range": "stddev: 0.0000031969602701590907",
39646+
"extra": "mean: 25.256885556622326 usec\nrounds: 8336"
39647+
},
39648+
{
39649+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39650+
"value": 35742.634223987036,
39651+
"unit": "iter/sec",
39652+
"range": "stddev: 0.0000037045680495930947",
39653+
"extra": "mean: 27.977792395863638 usec\nrounds: 11941"
39654+
},
39655+
{
39656+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39657+
"value": 7433.310503092828,
39658+
"unit": "iter/sec",
39659+
"range": "stddev: 0.00001646611783544948",
39660+
"extra": "mean: 134.529561167117 usec\nrounds: 3188"
39661+
},
39662+
{
39663+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39664+
"value": 6915.825474066938,
39665+
"unit": "iter/sec",
39666+
"range": "stddev: 0.000016994776620199272",
39667+
"extra": "mean: 144.59589874698463 usec\nrounds: 3911"
39668+
}
39669+
]
3961839670
}
3961939671
]
3962039672
}

0 commit comments

Comments
 (0)