Skip to content

Commit 80c0364

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for deb61fa
1 parent ddda837 commit 80c0364

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": 1747353133897,
2+
"lastUpdate": 1747353625141,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29745,6 +29745,58 @@ window.BENCHMARK_DATA = {
2974529745
"extra": "mean: 130.0165289667767 usec\nrounds: 3832"
2974629746
}
2974729747
]
29748+
},
29749+
{
29750+
"commit": {
29751+
"author": {
29752+
"email": "[email protected]",
29753+
"name": "Ray Luo",
29754+
"username": "rayluo"
29755+
},
29756+
"committer": {
29757+
"email": "[email protected]",
29758+
"name": "Ray Luo",
29759+
"username": "rayluo"
29760+
},
29761+
"distinct": true,
29762+
"id": "deb61fa1f67d6863c4137a3a0c04db791b0d3a72",
29763+
"message": "Improve test cases to test header-less response",
29764+
"timestamp": "2025-05-15T16:51:37-07:00",
29765+
"tree_id": "3b947f0c76849db951f60135dc58307900be93fd",
29766+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/deb61fa1f67d6863c4137a3a0c04db791b0d3a72"
29767+
},
29768+
"date": 1747353624475,
29769+
"tool": "pytest",
29770+
"benches": [
29771+
{
29772+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29773+
"value": 42749.98890587712,
29774+
"unit": "iter/sec",
29775+
"range": "stddev: 0.0000023931907357486295",
29776+
"extra": "mean: 23.391818935946517 usec\nrounds: 8439"
29777+
},
29778+
{
29779+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29780+
"value": 40151.828288269986,
29781+
"unit": "iter/sec",
29782+
"range": "stddev: 0.0000026816446994616943",
29783+
"extra": "mean: 24.90546614267479 usec\nrounds: 15521"
29784+
},
29785+
{
29786+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29787+
"value": 7424.935576449279,
29788+
"unit": "iter/sec",
29789+
"range": "stddev: 0.0006860250273518615",
29790+
"extra": "mean: 134.6813032522251 usec\nrounds: 4643"
29791+
},
29792+
{
29793+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29794+
"value": 7747.049025411055,
29795+
"unit": "iter/sec",
29796+
"range": "stddev: 0.00001552809791661089",
29797+
"extra": "mean: 129.08140851050578 usec\nrounds: 4230"
29798+
}
29799+
]
2974829800
}
2974929801
]
2975029802
}

0 commit comments

Comments
 (0)