Skip to content

Commit a232352

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

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": 1758585077755,
2+
"lastUpdate": 1758775646301,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32233,6 +32233,58 @@ window.BENCHMARK_DATA = {
3223332233
"extra": "mean: 143.14945524869967 usec\nrounds: 3877"
3223432234
}
3223532235
]
32236+
},
32237+
{
32238+
"commit": {
32239+
"author": {
32240+
"email": "[email protected]",
32241+
"name": "Ray Luo",
32242+
"username": "rayluo"
32243+
},
32244+
"committer": {
32245+
"email": "[email protected]",
32246+
"name": "Ray Luo",
32247+
"username": "rayluo"
32248+
},
32249+
"distinct": true,
32250+
"id": "3edd99a1c1c01c356aff48c320ac9d07382409c5",
32251+
"message": "1.34.0b1 + minor changes = 1.34.0",
32252+
"timestamp": "2025-09-22T15:53:10-07:00",
32253+
"tree_id": "866694fa2cf50b0ff7589d6ddab2e4a13c9685e4",
32254+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3edd99a1c1c01c356aff48c320ac9d07382409c5"
32255+
},
32256+
"date": 1758775645423,
32257+
"tool": "pytest",
32258+
"benches": [
32259+
{
32260+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32261+
"value": 39451.881304199174,
32262+
"unit": "iter/sec",
32263+
"range": "stddev: 0.000003905522733353946",
32264+
"extra": "mean: 25.347333687064552 usec\nrounds: 8481"
32265+
},
32266+
{
32267+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32268+
"value": 37580.55973110636,
32269+
"unit": "iter/sec",
32270+
"range": "stddev: 0.000002914439778691707",
32271+
"extra": "mean: 26.60950255012501 usec\nrounds: 14705"
32272+
},
32273+
{
32274+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32275+
"value": 7585.4555704395225,
32276+
"unit": "iter/sec",
32277+
"range": "stddev: 0.000015287702167294338",
32278+
"extra": "mean: 131.83123817862628 usec\nrounds: 5139"
32279+
},
32280+
{
32281+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32282+
"value": 7296.546726007813,
32283+
"unit": "iter/sec",
32284+
"range": "stddev: 0.000016685859808266008",
32285+
"extra": "mean: 137.05113357742226 usec\nrounds: 5188"
32286+
}
32287+
]
3223632288
}
3223732289
]
3223832290
}

0 commit comments

Comments
 (0)