Skip to content

Commit 6d94a29

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a060b3a
1 parent 9e3995b commit 6d94a29

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": 1753157364489,
2+
"lastUpdate": 1753212995064,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31149,6 +31149,58 @@ window.BENCHMARK_DATA = {
3114931149
"extra": "mean: 137.90112956088038 usec\nrounds: 4577"
3115031150
}
3115131151
]
31152+
},
31153+
{
31154+
"commit": {
31155+
"author": {
31156+
"email": "[email protected]",
31157+
"name": "Ray Luo",
31158+
"username": "rayluo"
31159+
},
31160+
"committer": {
31161+
"email": "[email protected]",
31162+
"name": "Ray Luo",
31163+
"username": "rayluo"
31164+
},
31165+
"distinct": true,
31166+
"id": "a060b3ab31e09277863127d778a7c725037250fb",
31167+
"message": "MSAL Python 1.33.0",
31168+
"timestamp": "2025-07-21T18:34:10-07:00",
31169+
"tree_id": "d2ef7f93ad4216f7d03c637228438fe9d9e98093",
31170+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a060b3ab31e09277863127d778a7c725037250fb"
31171+
},
31172+
"date": 1753212994450,
31173+
"tool": "pytest",
31174+
"benches": [
31175+
{
31176+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31177+
"value": 42551.249478825936,
31178+
"unit": "iter/sec",
31179+
"range": "stddev: 0.0000024219025479435694",
31180+
"extra": "mean: 23.501072524265428 usec\nrounds: 8604"
31181+
},
31182+
{
31183+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31184+
"value": 39658.57760263404,
31185+
"unit": "iter/sec",
31186+
"range": "stddev: 0.0000027915632192312008",
31187+
"extra": "mean: 25.215226073402643 usec\nrounds: 15349"
31188+
},
31189+
{
31190+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31191+
"value": 8097.125461577433,
31192+
"unit": "iter/sec",
31193+
"range": "stddev: 0.000015149738886852595",
31194+
"extra": "mean: 123.5006181817499 usec\nrounds: 4290"
31195+
},
31196+
{
31197+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31198+
"value": 7695.718514189267,
31199+
"unit": "iter/sec",
31200+
"range": "stddev: 0.000014693493608653913",
31201+
"extra": "mean: 129.94238265812515 usec\nrounds: 4048"
31202+
}
31203+
]
3115231204
}
3115331205
]
3115431206
}

0 commit comments

Comments
 (0)