Skip to content

Commit 6098850

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 85c0f06
1 parent eca120a commit 6098850

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": 1760997903402,
2+
"lastUpdate": 1760999682136,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33273,6 +33273,58 @@ window.BENCHMARK_DATA = {
3327333273
"extra": "mean: 132.4601561845857 usec\nrounds: 5263"
3327433274
}
3327533275
]
33276+
},
33277+
{
33278+
"commit": {
33279+
"author": {
33280+
"email": "[email protected]",
33281+
"name": "Ray Luo",
33282+
"username": "rayluo"
33283+
},
33284+
"committer": {
33285+
"email": "[email protected]",
33286+
"name": "Ray Luo",
33287+
"username": "rayluo"
33288+
},
33289+
"distinct": false,
33290+
"id": "85c0f06ad19534cae6fd4cd6fc0ea1c84c2e9708",
33291+
"message": "Consolidate 6 boxes into 4",
33292+
"timestamp": "2025-10-20T15:00:52-07:00",
33293+
"tree_id": "b63fa6823e1fd302a18e0b6e4a4315a68891ad27",
33294+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/85c0f06ad19534cae6fd4cd6fc0ea1c84c2e9708"
33295+
},
33296+
"date": 1760999681226,
33297+
"tool": "pytest",
33298+
"benches": [
33299+
{
33300+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33301+
"value": 39747.80368547669,
33302+
"unit": "iter/sec",
33303+
"range": "stddev: 0.0000026390414145608533",
33304+
"extra": "mean: 25.158622798707906 usec\nrounds: 7439"
33305+
},
33306+
{
33307+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33308+
"value": 37128.529933203885,
33309+
"unit": "iter/sec",
33310+
"range": "stddev: 0.000005394206646230999",
33311+
"extra": "mean: 26.93346603808583 usec\nrounds: 15591"
33312+
},
33313+
{
33314+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33315+
"value": 7624.021609636943,
33316+
"unit": "iter/sec",
33317+
"range": "stddev: 0.00001561432781784193",
33318+
"extra": "mean: 131.16437114186252 usec\nrounds: 3985"
33319+
},
33320+
{
33321+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33322+
"value": 7309.579308904234,
33323+
"unit": "iter/sec",
33324+
"range": "stddev: 0.000018607286034032414",
33325+
"extra": "mean: 136.80677885002774 usec\nrounds: 4766"
33326+
}
33327+
]
3327633328
}
3327733329
]
3327833330
}

0 commit comments

Comments
 (0)