Skip to content

Commit 584da90

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for db889c7
1 parent 158dd67 commit 584da90

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": 1747342099506,
2+
"lastUpdate": 1747352232024,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29589,6 +29589,58 @@ window.BENCHMARK_DATA = {
2958929589
"extra": "mean: 140.8713639782182 usec\nrounds: 4253"
2959029590
}
2959129591
]
29592+
},
29593+
{
29594+
"commit": {
29595+
"author": {
29596+
"email": "[email protected]",
29597+
"name": "Ray Luo",
29598+
"username": "rayluo"
29599+
},
29600+
"committer": {
29601+
"email": "[email protected]",
29602+
"name": "Ray Luo",
29603+
"username": "rayluo"
29604+
},
29605+
"distinct": false,
29606+
"id": "db889c7da3226ea7717f26b6f0613b19c635f507",
29607+
"message": "Remind developers about http_cache's unstable format",
29608+
"timestamp": "2025-05-08T19:03:39-07:00",
29609+
"tree_id": "ec6a56189621219224282936497b6091b6886cbb",
29610+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/db889c7da3226ea7717f26b6f0613b19c635f507"
29611+
},
29612+
"date": 1747352230785,
29613+
"tool": "pytest",
29614+
"benches": [
29615+
{
29616+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29617+
"value": 42480.28321728841,
29618+
"unit": "iter/sec",
29619+
"range": "stddev: 0.000002646602303573165",
29620+
"extra": "mean: 23.540332697052854 usec\nrounds: 8906"
29621+
},
29622+
{
29623+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29624+
"value": 40916.04714975386,
29625+
"unit": "iter/sec",
29626+
"range": "stddev: 0.0000027840428261771083",
29627+
"extra": "mean: 24.44028858261827 usec\nrounds: 16037"
29628+
},
29629+
{
29630+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29631+
"value": 8015.168579579139,
29632+
"unit": "iter/sec",
29633+
"range": "stddev: 0.000016144582795294622",
29634+
"extra": "mean: 124.76343947996014 usec\nrounds: 4230"
29635+
},
29636+
{
29637+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29638+
"value": 7757.891060033855,
29639+
"unit": "iter/sec",
29640+
"range": "stddev: 0.00001464470797580957",
29641+
"extra": "mean: 128.90101088834265 usec\nrounds: 4684"
29642+
}
29643+
]
2959229644
}
2959329645
]
2959429646
}

0 commit comments

Comments
 (0)