Skip to content

Commit e14369a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3edd99a
1 parent a83bbf4 commit e14369a

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": 1758581848959,
2+
"lastUpdate": 1758582360309,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32077,6 +32077,58 @@ window.BENCHMARK_DATA = {
3207732077
"extra": "mean: 142.5085111642334 usec\nrounds: 3762"
3207832078
}
3207932079
]
32080+
},
32081+
{
32082+
"commit": {
32083+
"author": {
32084+
"email": "[email protected]",
32085+
"name": "Ray Luo",
32086+
"username": "rayluo"
32087+
},
32088+
"committer": {
32089+
"email": "[email protected]",
32090+
"name": "Ray Luo",
32091+
"username": "rayluo"
32092+
},
32093+
"distinct": true,
32094+
"id": "3edd99a1c1c01c356aff48c320ac9d07382409c5",
32095+
"message": "1.34.0b1 + minor changes = 1.34.0",
32096+
"timestamp": "2025-09-22T15:53:10-07:00",
32097+
"tree_id": "866694fa2cf50b0ff7589d6ddab2e4a13c9685e4",
32098+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3edd99a1c1c01c356aff48c320ac9d07382409c5"
32099+
},
32100+
"date": 1758582359022,
32101+
"tool": "pytest",
32102+
"benches": [
32103+
{
32104+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32105+
"value": 39927.79648756998,
32106+
"unit": "iter/sec",
32107+
"range": "stddev: 0.0000026637376560506918",
32108+
"extra": "mean: 25.04520880112461 usec\nrounds: 7749"
32109+
},
32110+
{
32111+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32112+
"value": 38747.59367629782,
32113+
"unit": "iter/sec",
32114+
"range": "stddev: 0.000002861687472967344",
32115+
"extra": "mean: 25.808054258907625 usec\nrounds: 15039"
32116+
},
32117+
{
32118+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32119+
"value": 7637.141554353323,
32120+
"unit": "iter/sec",
32121+
"range": "stddev: 0.00001539480514168029",
32122+
"extra": "mean: 130.93904216427413 usec\nrounds: 5526"
32123+
},
32124+
{
32125+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32126+
"value": 7128.1957014847185,
32127+
"unit": "iter/sec",
32128+
"range": "stddev: 0.00001547117439121048",
32129+
"extra": "mean: 140.28795530848177 usec\nrounds: 4766"
32130+
}
32131+
]
3208032132
}
3208132133
]
3208232134
}

0 commit comments

Comments
 (0)