Skip to content

Commit 3ca60d7

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4a2cb98
1 parent 5093345 commit 3ca60d7

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": 1775656035879,
2+
"lastUpdate": 1775681801179,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40235,6 +40235,58 @@ window.BENCHMARK_DATA = {
4023540235
"extra": "mean: 111.60864786468144 usec\nrounds: 3723"
4023640236
}
4023740237
]
40238+
},
40239+
{
40240+
"commit": {
40241+
"author": {
40242+
"email": "nichoudhary@microsoft.com",
40243+
"name": "Nilesh Choudhary",
40244+
"username": "4gust"
40245+
},
40246+
"committer": {
40247+
"email": "nichoudhary@microsoft.com",
40248+
"name": "Nilesh Choudhary",
40249+
"username": "4gust"
40250+
},
40251+
"distinct": true,
40252+
"id": "4a2cb98928a48ff3d9aee8fbd395dad03c510e48",
40253+
"message": "Update sku.py\n\nupdated to latest version",
40254+
"timestamp": "2026-04-08T19:14:52+01:00",
40255+
"tree_id": "40e1a232f43c5849d9940973180c46ae4d1b637d",
40256+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4a2cb98928a48ff3d9aee8fbd395dad03c510e48"
40257+
},
40258+
"date": 1775681799118,
40259+
"tool": "pytest",
40260+
"benches": [
40261+
{
40262+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40263+
"value": 38838.16567662282,
40264+
"unit": "iter/sec",
40265+
"range": "stddev: 0.0000034198924565281642",
40266+
"extra": "mean: 25.74786894742335 usec\nrounds: 7249"
40267+
},
40268+
{
40269+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40270+
"value": 36831.258355001904,
40271+
"unit": "iter/sec",
40272+
"range": "stddev: 0.0000036133380352761546",
40273+
"extra": "mean: 27.150850789875175 usec\nrounds: 14369"
40274+
},
40275+
{
40276+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
40277+
"value": 7436.75731003505,
40278+
"unit": "iter/sec",
40279+
"range": "stddev: 0.00001682377889051878",
40280+
"extra": "mean: 134.46720906847597 usec\nrounds: 4874"
40281+
},
40282+
{
40283+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
40284+
"value": 7074.288365698723,
40285+
"unit": "iter/sec",
40286+
"range": "stddev: 0.000015465352591899337",
40287+
"extra": "mean: 141.356974483642 usec\nrounds: 3292"
40288+
}
40289+
]
4023840290
}
4023940291
]
4024040292
}

0 commit comments

Comments
 (0)