Skip to content

Commit 7f7713a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 2ac9057
1 parent a5bd526 commit 7f7713a

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": 1759210285561,
2+
"lastUpdate": 1759250079740,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32857,6 +32857,58 @@ window.BENCHMARK_DATA = {
3285732857
"extra": "mean: 142.83366239093775 usec\nrounds: 3664"
3285832858
}
3285932859
]
32860+
},
32861+
{
32862+
"commit": {
32863+
"author": {
32864+
"email": "[email protected]",
32865+
"name": "Ugonna Akali",
32866+
"username": "Ugonnaak1"
32867+
},
32868+
"committer": {
32869+
"email": "[email protected]",
32870+
"name": "Ugonna Akali",
32871+
"username": "Ugonnaak1"
32872+
},
32873+
"distinct": true,
32874+
"id": "2ac9057b33f8293c1a83522583fccb6dacc6d7d7",
32875+
"message": "add comment",
32876+
"timestamp": "2025-09-30T09:32:12-07:00",
32877+
"tree_id": "b1345992b9d5f4361f0bdac3502e32e9f9aa434e",
32878+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/2ac9057b33f8293c1a83522583fccb6dacc6d7d7"
32879+
},
32880+
"date": 1759250078982,
32881+
"tool": "pytest",
32882+
"benches": [
32883+
{
32884+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32885+
"value": 40584.85409565132,
32886+
"unit": "iter/sec",
32887+
"range": "stddev: 0.0000025078249009452067",
32888+
"extra": "mean: 24.63973376972545 usec\nrounds: 9319"
32889+
},
32890+
{
32891+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32892+
"value": 39510.449756280206,
32893+
"unit": "iter/sec",
32894+
"range": "stddev: 0.0000026857704526434907",
32895+
"extra": "mean: 25.309759979157146 usec\nrounds: 15357"
32896+
},
32897+
{
32898+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32899+
"value": 7667.235403193178,
32900+
"unit": "iter/sec",
32901+
"range": "stddev: 0.000015148329598991092",
32902+
"extra": "mean: 130.42510727967598 usec\nrounds: 4176"
32903+
},
32904+
{
32905+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32906+
"value": 7586.526591599968,
32907+
"unit": "iter/sec",
32908+
"range": "stddev: 0.000014757321497489137",
32909+
"extra": "mean: 131.81262702054326 usec\nrounds: 4145"
32910+
}
32911+
]
3286032912
}
3286132913
]
3286232914
}

0 commit comments

Comments
 (0)