Skip to content

Commit c9e24d2

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 137dee4
1 parent 3f403ce commit c9e24d2

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": 1741814937509,
2+
"lastUpdate": 1741816223222,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27249,6 +27249,58 @@ window.BENCHMARK_DATA = {
2724927249
"extra": "mean: 127.8158286832249 usec\nrounds: 4086"
2725027250
}
2725127251
]
27252+
},
27253+
{
27254+
"commit": {
27255+
"author": {
27256+
"email": "[email protected]",
27257+
"name": "Ray Luo",
27258+
"username": "rayluo"
27259+
},
27260+
"committer": {
27261+
"email": "[email protected]",
27262+
"name": "Ray Luo",
27263+
"username": "rayluo"
27264+
},
27265+
"distinct": true,
27266+
"id": "137dee46c9189b9d02105d92f8dcac5fd39a9266",
27267+
"message": "Update error hints for where to get OBO test apps",
27268+
"timestamp": "2025-03-12T14:46:55-07:00",
27269+
"tree_id": "172a3a7429e1d98d975a661254312bce8ba3ecb1",
27270+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/137dee46c9189b9d02105d92f8dcac5fd39a9266"
27271+
},
27272+
"date": 1741816222045,
27273+
"tool": "pytest",
27274+
"benches": [
27275+
{
27276+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27277+
"value": 41368.14416243169,
27278+
"unit": "iter/sec",
27279+
"range": "stddev: 0.0000027803230991442907",
27280+
"extra": "mean: 24.173189787617932 usec\nrounds: 8715"
27281+
},
27282+
{
27283+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27284+
"value": 41290.92686838356,
27285+
"unit": "iter/sec",
27286+
"range": "stddev: 0.0000025975138337554926",
27287+
"extra": "mean: 24.218395561512555 usec\nrounds: 15636"
27288+
},
27289+
{
27290+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27291+
"value": 8099.8434255713155,
27292+
"unit": "iter/sec",
27293+
"range": "stddev: 0.000015167846109782742",
27294+
"extra": "mean: 123.45917661111652 usec\nrounds: 4190"
27295+
},
27296+
{
27297+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27298+
"value": 7882.65742782273,
27299+
"unit": "iter/sec",
27300+
"range": "stddev: 0.00001523069080268478",
27301+
"extra": "mean: 126.86077114938257 usec\nrounds: 3889"
27302+
}
27303+
]
2725227304
}
2725327305
]
2725427306
}

0 commit comments

Comments
 (0)