Skip to content

Commit 190d7c0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 2e8c9b3
1 parent bcc56f1 commit 190d7c0

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": 1758831014816,
2+
"lastUpdate": 1758835156128,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32441,6 +32441,58 @@ window.BENCHMARK_DATA = {
3244132441
"extra": "mean: 139.5664564175902 usec\nrounds: 4807"
3244232442
}
3244332443
]
32444+
},
32445+
{
32446+
"commit": {
32447+
"author": {
32448+
"email": "[email protected]",
32449+
"name": "Ugonna Akali",
32450+
"username": "Ugonnaak1"
32451+
},
32452+
"committer": {
32453+
"email": "[email protected]",
32454+
"name": "Ugonna Akali",
32455+
"username": "Ugonnaak1"
32456+
},
32457+
"distinct": true,
32458+
"id": "2e8c9b35c2e916f17759379ae466ef2ed99ff02f",
32459+
"message": "ROPC deprecation",
32460+
"timestamp": "2025-09-25T14:15:24-07:00",
32461+
"tree_id": "91fe7bd25b5d021f2cedef82789dd991a1b76f56",
32462+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/2e8c9b35c2e916f17759379ae466ef2ed99ff02f"
32463+
},
32464+
"date": 1758835155444,
32465+
"tool": "pytest",
32466+
"benches": [
32467+
{
32468+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32469+
"value": 40209.617996330424,
32470+
"unit": "iter/sec",
32471+
"range": "stddev: 0.0000025617645241258274",
32472+
"extra": "mean: 24.869671731058503 usec\nrounds: 8359"
32473+
},
32474+
{
32475+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32476+
"value": 39178.30168961471,
32477+
"unit": "iter/sec",
32478+
"range": "stddev: 0.0000027179695202623685",
32479+
"extra": "mean: 25.524332522690173 usec\nrounds: 15214"
32480+
},
32481+
{
32482+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32483+
"value": 7539.235397457988,
32484+
"unit": "iter/sec",
32485+
"range": "stddev: 0.00001730414344349482",
32486+
"extra": "mean: 132.6394451534397 usec\nrounds: 4075"
32487+
},
32488+
{
32489+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32490+
"value": 7322.104107505628,
32491+
"unit": "iter/sec",
32492+
"range": "stddev: 0.000015114445993037494",
32493+
"extra": "mean: 136.57276451108302 usec\nrounds: 5134"
32494+
}
32495+
]
3244432496
}
3244532497
]
3244632498
}

0 commit comments

Comments
 (0)