Skip to content

Commit b63649b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d49296c
1 parent 0734e3b commit b63649b

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": 1748992966004,
2+
"lastUpdate": 1749038672942,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30369,6 +30369,58 @@ window.BENCHMARK_DATA = {
3036930369
"extra": "mean: 133.51643432993606 usec\nrounds: 5185"
3037030370
}
3037130371
]
30372+
},
30373+
{
30374+
"commit": {
30375+
"author": {
30376+
"email": "[email protected]",
30377+
"name": "Ray Luo",
30378+
"username": "rayluo"
30379+
},
30380+
"committer": {
30381+
"email": "[email protected]",
30382+
"name": "GitHub",
30383+
"username": "web-flow"
30384+
},
30385+
"distinct": true,
30386+
"id": "d49296c1b2a929a6ab11380e237daa89a5298512",
30387+
"message": "Bump version number (#827)",
30388+
"timestamp": "2025-06-04T13:02:12+01:00",
30389+
"tree_id": "e0cde1da4a42ee44a3b1077fdd950e34aea50520",
30390+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d49296c1b2a929a6ab11380e237daa89a5298512"
30391+
},
30392+
"date": 1749038672372,
30393+
"tool": "pytest",
30394+
"benches": [
30395+
{
30396+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30397+
"value": 42856.46434044255,
30398+
"unit": "iter/sec",
30399+
"range": "stddev: 0.000002462760849977976",
30400+
"extra": "mean: 23.333702753829964 usec\nrounds: 8461"
30401+
},
30402+
{
30403+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30404+
"value": 39774.34395775345,
30405+
"unit": "iter/sec",
30406+
"range": "stddev: 0.0000035066502167596124",
30407+
"extra": "mean: 25.141835175513034 usec\nrounds: 15562"
30408+
},
30409+
{
30410+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30411+
"value": 7889.701511535369,
30412+
"unit": "iter/sec",
30413+
"range": "stddev: 0.000016441178079100976",
30414+
"extra": "mean: 126.74750730910678 usec\nrounds: 4173"
30415+
},
30416+
{
30417+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30418+
"value": 7625.858639042295,
30419+
"unit": "iter/sec",
30420+
"range": "stddev: 0.000014713881581286094",
30421+
"extra": "mean: 131.132774331834 usec\nrounds: 3740"
30422+
}
30423+
]
3037230424
}
3037330425
]
3037430426
}

0 commit comments

Comments
 (0)