Skip to content

Commit 5cf86c9

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3c87ba9
1 parent 6a8dcaa commit 5cf86c9

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": 1745554565981,
2+
"lastUpdate": 1745583299602,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29017,6 +29017,58 @@ window.BENCHMARK_DATA = {
2901729017
"extra": "mean: 131.17506668379133 usec\nrounds: 3824"
2901829018
}
2901929019
]
29020+
},
29021+
{
29022+
"commit": {
29023+
"author": {
29024+
"email": "rayluo@microsoft.com",
29025+
"name": "Ray Luo",
29026+
"username": "rayluo"
29027+
},
29028+
"committer": {
29029+
"email": "rayluo@microsoft.com",
29030+
"name": "Ray Luo",
29031+
"username": "rayluo"
29032+
},
29033+
"distinct": true,
29034+
"id": "3c87ba934f24471f9642a58588dff8650192117f",
29035+
"message": "Allow more http response headers",
29036+
"timestamp": "2025-04-25T05:11:57-07:00",
29037+
"tree_id": "ef7bde6c0451e9156f4c7b746a044bfdb8875efc",
29038+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3c87ba934f24471f9642a58588dff8650192117f"
29039+
},
29040+
"date": 1745583299209,
29041+
"tool": "pytest",
29042+
"benches": [
29043+
{
29044+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29045+
"value": 41235.90529600058,
29046+
"unit": "iter/sec",
29047+
"range": "stddev: 0.000003029514811496875",
29048+
"extra": "mean: 24.25071046268478 usec\nrounds: 8296"
29049+
},
29050+
{
29051+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29052+
"value": 39566.50136249136,
29053+
"unit": "iter/sec",
29054+
"range": "stddev: 0.0000027897941105557374",
29055+
"extra": "mean: 25.27390508547692 usec\nrounds: 15456"
29056+
},
29057+
{
29058+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29059+
"value": 8055.388655080353,
29060+
"unit": "iter/sec",
29061+
"range": "stddev: 0.00001512026324315533",
29062+
"extra": "mean: 124.14050306180106 usec\nrounds: 4246"
29063+
},
29064+
{
29065+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29066+
"value": 7648.509540944295,
29067+
"unit": "iter/sec",
29068+
"range": "stddev: 0.000014097830478452877",
29069+
"extra": "mean: 130.74442734846073 usec\nrounds: 4322"
29070+
}
29071+
]
2902029072
}
2902129073
]
2902229074
}

0 commit comments

Comments
 (0)