Skip to content

Commit 42411d0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 02d8b4c
1 parent 824c1c5 commit 42411d0

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": 1761964956998,
2+
"lastUpdate": 1761966261010,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33481,6 +33481,58 @@ window.BENCHMARK_DATA = {
3348133481
"extra": "mean: 142.50421643526033 usec\nrounds: 4320"
3348233482
}
3348333483
]
33484+
},
33485+
{
33486+
"commit": {
33487+
"author": {
33488+
"email": "[email protected]",
33489+
"name": "Ray Luo",
33490+
"username": "rayluo"
33491+
},
33492+
"committer": {
33493+
"email": "[email protected]",
33494+
"name": "Ray Luo",
33495+
"username": "rayluo"
33496+
},
33497+
"distinct": true,
33498+
"id": "02d8b4c735dc1ad6eefff8506151d6bb3df898a0",
33499+
"message": "Support Python 3.14",
33500+
"timestamp": "2025-10-31T20:00:28-07:00",
33501+
"tree_id": "9a6deb1e108f2ddb212dbe9f69a98d98277b6f2c",
33502+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/02d8b4c735dc1ad6eefff8506151d6bb3df898a0"
33503+
},
33504+
"date": 1761966260292,
33505+
"tool": "pytest",
33506+
"benches": [
33507+
{
33508+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33509+
"value": 39778.730974130995,
33510+
"unit": "iter/sec",
33511+
"range": "stddev: 0.000002525213842428656",
33512+
"extra": "mean: 25.139062396191637 usec\nrounds: 8863"
33513+
},
33514+
{
33515+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33516+
"value": 38895.76779529534,
33517+
"unit": "iter/sec",
33518+
"range": "stddev: 0.0000026972532877368742",
33519+
"extra": "mean: 25.70973801733143 usec\nrounds: 16188"
33520+
},
33521+
{
33522+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33523+
"value": 7581.654709350212,
33524+
"unit": "iter/sec",
33525+
"range": "stddev: 0.000015339286307667593",
33526+
"extra": "mean: 131.89732826618075 usec\nrounds: 3948"
33527+
},
33528+
{
33529+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33530+
"value": 7396.917885198959,
33531+
"unit": "iter/sec",
33532+
"range": "stddev: 0.000014572480989817217",
33533+
"extra": "mean: 135.1914426413972 usec\nrounds: 3879"
33534+
}
33535+
]
3348433536
}
3348533537
]
3348633538
}

0 commit comments

Comments
 (0)