Skip to content

Commit e9f6b62

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7f60411
1 parent e5ff09c commit e9f6b62

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

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": 1774910870318,
2+
"lastUpdate": 1774911080608,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38627,6 +38627,58 @@ window.BENCHMARK_DATA = {
3862738627
"extra": "mean: 138.16402247774522 usec\nrounds: 5561"
3862838628
}
3862938629
]
38630+
},
38631+
{
38632+
"commit": {
38633+
"author": {
38634+
"email": "RyAuld@microsoft.com",
38635+
"name": "Ryan Auld",
38636+
"username": "RyAuld"
38637+
},
38638+
"committer": {
38639+
"email": "RyAuld@microsoft.com",
38640+
"name": "Ryan Auld",
38641+
"username": "RyAuld"
38642+
},
38643+
"distinct": true,
38644+
"id": "7f60411bd4690745b67398834c933898d0b973fe",
38645+
"message": "Remove duplicate _clean_env in test_e2e.py; import from lab_config instead",
38646+
"timestamp": "2026-03-30T15:48:15-07:00",
38647+
"tree_id": "ed81a5be44d3a9bbd028bf4bd73fa46da2d8be7b",
38648+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7f60411bd4690745b67398834c933898d0b973fe"
38649+
},
38650+
"date": 1774911079493,
38651+
"tool": "pytest",
38652+
"benches": [
38653+
{
38654+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38655+
"value": 41340.230179320526,
38656+
"unit": "iter/sec",
38657+
"range": "stddev: 0.0000030839774168102766",
38658+
"extra": "mean: 24.18951214500558 usec\nrounds: 16097"
38659+
},
38660+
{
38661+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38662+
"value": 40289.34624097301,
38663+
"unit": "iter/sec",
38664+
"range": "stddev: 0.000003074732786335839",
38665+
"extra": "mean: 24.820457349169672 usec\nrounds: 15791"
38666+
},
38667+
{
38668+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38669+
"value": 7638.139398284521,
38670+
"unit": "iter/sec",
38671+
"range": "stddev: 0.00001568334847320062",
38672+
"extra": "mean: 130.92193633237355 usec\nrounds: 4068"
38673+
},
38674+
{
38675+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38676+
"value": 7163.618087331608,
38677+
"unit": "iter/sec",
38678+
"range": "stddev: 0.000030218389053733766",
38679+
"extra": "mean: 139.59426477081948 usec\nrounds: 3622"
38680+
}
38681+
]
3863038682
}
3863138683
]
3863238684
}

0 commit comments

Comments
 (0)