Skip to content

Commit ea8710d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 689e862
1 parent 090a531 commit ea8710d

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": 1741653034653,
2+
"lastUpdate": 1741653505666,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26573,6 +26573,58 @@ window.BENCHMARK_DATA = {
2657326573
"extra": "mean: 133.2665694987927 usec\nrounds: 4590"
2657426574
}
2657526575
]
26576+
},
26577+
{
26578+
"commit": {
26579+
"author": {
26580+
"email": "[email protected]",
26581+
"name": "Ray Luo",
26582+
"username": "rayluo"
26583+
},
26584+
"committer": {
26585+
"email": "[email protected]",
26586+
"name": "Ray Luo",
26587+
"username": "rayluo"
26588+
},
26589+
"distinct": true,
26590+
"id": "689e8624b5987be529ab91f8786a1105ee505f23",
26591+
"message": "Support pod identity",
26592+
"timestamp": "2025-03-10T17:35:29-07:00",
26593+
"tree_id": "0de73b19fedc7e1d48c6fa3d878e362003b8b587",
26594+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/689e8624b5987be529ab91f8786a1105ee505f23"
26595+
},
26596+
"date": 1741653505145,
26597+
"tool": "pytest",
26598+
"benches": [
26599+
{
26600+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26601+
"value": 43426.53659683503,
26602+
"unit": "iter/sec",
26603+
"range": "stddev: 0.0000026225156844518315",
26604+
"extra": "mean: 23.02739473064221 usec\nrounds: 8768"
26605+
},
26606+
{
26607+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26608+
"value": 39050.86923545792,
26609+
"unit": "iter/sec",
26610+
"range": "stddev: 0.0000028098945532924636",
26611+
"extra": "mean: 25.607624608058835 usec\nrounds: 11484"
26612+
},
26613+
{
26614+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26615+
"value": 7966.412650821156,
26616+
"unit": "iter/sec",
26617+
"range": "stddev: 0.000021638123436282522",
26618+
"extra": "mean: 125.52701496035642 usec\nrounds: 3409"
26619+
},
26620+
{
26621+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26622+
"value": 7670.596719479973,
26623+
"unit": "iter/sec",
26624+
"range": "stddev: 0.00001572472895803643",
26625+
"extra": "mean: 130.36795396379472 usec\nrounds: 3671"
26626+
}
26627+
]
2657626628
}
2657726629
]
2657826630
}

0 commit comments

Comments
 (0)