Skip to content

Commit ea0d5bc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e6997a9
1 parent f2d9434 commit ea0d5bc

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": 1757141955991,
2+
"lastUpdate": 1757400727927,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31921,6 +31921,58 @@ window.BENCHMARK_DATA = {
3192131921
"extra": "mean: 136.25525006206215 usec\nrounds: 4055"
3192231922
}
3192331923
]
31924+
},
31925+
{
31926+
"commit": {
31927+
"author": {
31928+
"email": "[email protected]",
31929+
"name": "Ray Luo",
31930+
"username": "rayluo"
31931+
},
31932+
"committer": {
31933+
"email": "[email protected]",
31934+
"name": "Ray Luo",
31935+
"username": "rayluo"
31936+
},
31937+
"distinct": true,
31938+
"id": "e6997a9780af71e2f3809287d1ab88c08e3a3e43",
31939+
"message": "Declare support for Python 3.13",
31940+
"timestamp": "2025-09-08T23:45:05-07:00",
31941+
"tree_id": "f7163e05201922e8c7601ce1eb053fc75c05aa2a",
31942+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e6997a9780af71e2f3809287d1ab88c08e3a3e43"
31943+
},
31944+
"date": 1757400726977,
31945+
"tool": "pytest",
31946+
"benches": [
31947+
{
31948+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31949+
"value": 39637.71770525591,
31950+
"unit": "iter/sec",
31951+
"range": "stddev: 0.00000270907690737621",
31952+
"extra": "mean: 25.228495935006908 usec\nrounds: 7380"
31953+
},
31954+
{
31955+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31956+
"value": 37722.1897911398,
31957+
"unit": "iter/sec",
31958+
"range": "stddev: 0.000002882718674264169",
31959+
"extra": "mean: 26.50959569253003 usec\nrounds: 13883"
31960+
},
31961+
{
31962+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31963+
"value": 7574.097729831409,
31964+
"unit": "iter/sec",
31965+
"range": "stddev: 0.00001589924551284849",
31966+
"extra": "mean: 132.02892749342158 usec\nrounds: 4041"
31967+
},
31968+
{
31969+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31970+
"value": 7139.465848251085,
31971+
"unit": "iter/sec",
31972+
"range": "stddev: 0.00001539297606831292",
31973+
"extra": "mean: 140.06650094768145 usec\nrounds: 3693"
31974+
}
31975+
]
3192431976
}
3192531977
]
3192631978
}

0 commit comments

Comments
 (0)