Skip to content

Commit b047753

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ff536b0
1 parent 859f659 commit b047753

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": 1759250635745,
2+
"lastUpdate": 1759251443828,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32961,6 +32961,58 @@ window.BENCHMARK_DATA = {
3296132961
"extra": "mean: 120.26199455815295 usec\nrounds: 2939"
3296232962
}
3296332963
]
32964+
},
32965+
{
32966+
"commit": {
32967+
"author": {
32968+
"email": "[email protected]",
32969+
"name": "Ugonna Akali",
32970+
"username": "Ugonnaak1"
32971+
},
32972+
"committer": {
32973+
"email": "[email protected]",
32974+
"name": "Ugonna Akali",
32975+
"username": "Ugonnaak1"
32976+
},
32977+
"distinct": true,
32978+
"id": "ff536b0b0793d89aa9a847bb2f1595236af6a79e",
32979+
"message": "docstring changes",
32980+
"timestamp": "2025-09-30T09:53:27-07:00",
32981+
"tree_id": "ade39e6c4f9252b9511e6347fa589ebeef1dcafe",
32982+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ff536b0b0793d89aa9a847bb2f1595236af6a79e"
32983+
},
32984+
"date": 1759251442437,
32985+
"tool": "pytest",
32986+
"benches": [
32987+
{
32988+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32989+
"value": 39919.22616729174,
32990+
"unit": "iter/sec",
32991+
"range": "stddev: 0.0000026430978306991534",
32992+
"extra": "mean: 25.050585795657557 usec\nrounds: 7209"
32993+
},
32994+
{
32995+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32996+
"value": 37142.779604509604,
32997+
"unit": "iter/sec",
32998+
"range": "stddev: 0.000003997743685633063",
32999+
"extra": "mean: 26.92313312702605 usec\nrounds: 18734"
33000+
},
33001+
{
33002+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33003+
"value": 7562.523772193018,
33004+
"unit": "iter/sec",
33005+
"range": "stddev: 0.00001559198031561294",
33006+
"extra": "mean: 132.2309892997553 usec\nrounds: 5514"
33007+
},
33008+
{
33009+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33010+
"value": 7212.6496278455925,
33011+
"unit": "iter/sec",
33012+
"range": "stddev: 0.000014665539747932871",
33013+
"extra": "mean: 138.64530395866444 usec\nrounds: 5458"
33014+
}
33015+
]
3296433016
}
3296533017
]
3296633018
}

0 commit comments

Comments
 (0)