Skip to content

Commit da7fa85

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4a2cb98
1 parent 378496d commit da7fa85

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": 1775685455528,
2+
"lastUpdate": 1775730047568,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40391,6 +40391,58 @@ window.BENCHMARK_DATA = {
4039140391
"extra": "mean: 139.33835941671458 usec\nrounds: 5214"
4039240392
}
4039340393
]
40394+
},
40395+
{
40396+
"commit": {
40397+
"author": {
40398+
"email": "nichoudhary@microsoft.com",
40399+
"name": "Nilesh Choudhary",
40400+
"username": "4gust"
40401+
},
40402+
"committer": {
40403+
"email": "nichoudhary@microsoft.com",
40404+
"name": "Nilesh Choudhary",
40405+
"username": "4gust"
40406+
},
40407+
"distinct": true,
40408+
"id": "4a2cb98928a48ff3d9aee8fbd395dad03c510e48",
40409+
"message": "Update sku.py\n\nupdated to latest version",
40410+
"timestamp": "2026-04-08T19:14:52+01:00",
40411+
"tree_id": "40e1a232f43c5849d9940973180c46ae4d1b637d",
40412+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4a2cb98928a48ff3d9aee8fbd395dad03c510e48"
40413+
},
40414+
"date": 1775730046268,
40415+
"tool": "pytest",
40416+
"benches": [
40417+
{
40418+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40419+
"value": 38171.038766703554,
40420+
"unit": "iter/sec",
40421+
"range": "stddev: 0.000003334924189520198",
40422+
"extra": "mean: 26.19787232178486 usec\nrounds: 11388"
40423+
},
40424+
{
40425+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40426+
"value": 37052.82382506458,
40427+
"unit": "iter/sec",
40428+
"range": "stddev: 0.000004486229774979353",
40429+
"extra": "mean: 26.98849633488783 usec\nrounds: 18826"
40430+
},
40431+
{
40432+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
40433+
"value": 7372.504726554285,
40434+
"unit": "iter/sec",
40435+
"range": "stddev: 0.000016111397963367964",
40436+
"extra": "mean: 135.63911276966704 usec\nrounds: 3618"
40437+
},
40438+
{
40439+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
40440+
"value": 7301.242034883853,
40441+
"unit": "iter/sec",
40442+
"range": "stddev: 0.000015763452303445292",
40443+
"extra": "mean: 136.9629982436143 usec\nrounds: 3986"
40444+
}
40445+
]
4039440446
}
4039540447
]
4039640448
}

0 commit comments

Comments
 (0)