Skip to content

Commit 87a911a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 2b697fc
1 parent 9397561 commit 87a911a

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": 1753213527842,
2+
"lastUpdate": 1753392833451,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31253,6 +31253,58 @@ window.BENCHMARK_DATA = {
3125331253
"extra": "mean: 135.85876411394838 usec\nrounds: 4074"
3125431254
}
3125531255
]
31256+
},
31257+
{
31258+
"commit": {
31259+
"author": {
31260+
"email": "[email protected]",
31261+
"name": "avdunn",
31262+
"username": "Avery-Dunn"
31263+
},
31264+
"committer": {
31265+
"email": "[email protected]",
31266+
"name": "avdunn",
31267+
"username": "Avery-Dunn"
31268+
},
31269+
"distinct": true,
31270+
"id": "2b697fcfb39ce1fa03ef8383634f2569aa7ff207",
31271+
"message": "Remove check on known hosts and adjust error message towards regular authority API",
31272+
"timestamp": "2025-07-24T14:31:20-07:00",
31273+
"tree_id": "1951f7e3cc7a1ef0d201549083339f0cbcb465ca",
31274+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/2b697fcfb39ce1fa03ef8383634f2569aa7ff207"
31275+
},
31276+
"date": 1753392832263,
31277+
"tool": "pytest",
31278+
"benches": [
31279+
{
31280+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31281+
"value": 40473.1124731399,
31282+
"unit": "iter/sec",
31283+
"range": "stddev: 0.000002507490419146282",
31284+
"extra": "mean: 24.707761249240537 usec\nrounds: 8645"
31285+
},
31286+
{
31287+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31288+
"value": 38918.34454620491,
31289+
"unit": "iter/sec",
31290+
"range": "stddev: 0.0000027532999887014957",
31291+
"extra": "mean: 25.694823653477165 usec\nrounds: 15169"
31292+
},
31293+
{
31294+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31295+
"value": 7629.520201721708,
31296+
"unit": "iter/sec",
31297+
"range": "stddev: 0.000015354938120830254",
31298+
"extra": "mean: 131.06984103329802 usec\nrounds: 4026"
31299+
},
31300+
{
31301+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31302+
"value": 7349.622353494501,
31303+
"unit": "iter/sec",
31304+
"range": "stddev: 0.000014757627613167269",
31305+
"extra": "mean: 136.06141266898337 usec\nrounds: 3773"
31306+
}
31307+
]
3125631308
}
3125731309
]
3125831310
}

0 commit comments

Comments
 (0)