Skip to content

Commit 2610ae4

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 0961248
1 parent d1e9ca2 commit 2610ae4

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": 1758930351683,
2+
"lastUpdate": 1758930514014,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32649,6 +32649,58 @@ window.BENCHMARK_DATA = {
3264932649
"extra": "mean: 142.5806863329342 usec\nrounds: 3000"
3265032650
}
3265132651
]
32652+
},
32653+
{
32654+
"commit": {
32655+
"author": {
32656+
"email": "[email protected]",
32657+
"name": "Ugonna Akali",
32658+
"username": "Ugonnaak1"
32659+
},
32660+
"committer": {
32661+
"email": "[email protected]",
32662+
"name": "Ugonna Akali",
32663+
"username": "Ugonnaak1"
32664+
},
32665+
"distinct": true,
32666+
"id": "0961248219b25efa30435e6e830d9b035771b21c",
32667+
"message": "edit",
32668+
"timestamp": "2025-09-26T16:46:08-07:00",
32669+
"tree_id": "e9d64747c2f0b1a7944a65d9d8b54e1e6777d64d",
32670+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/0961248219b25efa30435e6e830d9b035771b21c"
32671+
},
32672+
"date": 1758930512952,
32673+
"tool": "pytest",
32674+
"benches": [
32675+
{
32676+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32677+
"value": 39959.722206337836,
32678+
"unit": "iter/sec",
32679+
"range": "stddev: 0.0000025503145720371694",
32680+
"extra": "mean: 25.02519899503692 usec\nrounds: 8558"
32681+
},
32682+
{
32683+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32684+
"value": 39013.63772319782,
32685+
"unit": "iter/sec",
32686+
"range": "stddev: 0.0000032981103185810847",
32687+
"extra": "mean: 25.632062487866698 usec\nrounds: 15459"
32688+
},
32689+
{
32690+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32691+
"value": 7566.469185636542,
32692+
"unit": "iter/sec",
32693+
"range": "stddev: 0.000015306623636367196",
32694+
"extra": "mean: 132.16203958093215 usec\nrounds: 5154"
32695+
},
32696+
{
32697+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32698+
"value": 7285.706444619609,
32699+
"unit": "iter/sec",
32700+
"range": "stddev: 0.00001573707159635934",
32701+
"extra": "mean: 137.25504967860542 usec\nrounds: 4046"
32702+
}
32703+
]
3265232704
}
3265332705
]
3265432706
}

0 commit comments

Comments
 (0)