Skip to content

Commit db782d8

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ee2b4e0
1 parent c7bd486 commit db782d8

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": 1742870695553,
2+
"lastUpdate": 1743097594536,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27717,6 +27717,58 @@ window.BENCHMARK_DATA = {
2771727717
"extra": "mean: 130.43159904740966 usec\nrounds: 5038"
2771827718
}
2771927719
]
27720+
},
27721+
{
27722+
"commit": {
27723+
"author": {
27724+
"email": "[email protected]",
27725+
"name": "Ray Luo",
27726+
"username": "rayluo"
27727+
},
27728+
"committer": {
27729+
"email": "[email protected]",
27730+
"name": "Ray Luo",
27731+
"username": "rayluo"
27732+
},
27733+
"distinct": true,
27734+
"id": "ee2b4e0b2ee26238f157f20d1d02c2c006861aea",
27735+
"message": "Support ISO8601-ish format on expires_on in MI",
27736+
"timestamp": "2025-03-27T10:40:28-07:00",
27737+
"tree_id": "a3749bb4ae2a10c9775393fd16cb9eaf82acb658",
27738+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ee2b4e0b2ee26238f157f20d1d02c2c006861aea"
27739+
},
27740+
"date": 1743097593403,
27741+
"tool": "pytest",
27742+
"benches": [
27743+
{
27744+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27745+
"value": 43398.65120295669,
27746+
"unit": "iter/sec",
27747+
"range": "stddev: 0.000002185779502071061",
27748+
"extra": "mean: 23.042190765870426 usec\nrounds: 7559"
27749+
},
27750+
{
27751+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27752+
"value": 39975.62084970175,
27753+
"unit": "iter/sec",
27754+
"range": "stddev: 0.000002718259302533663",
27755+
"extra": "mean: 25.01524626120874 usec\nrounds: 19191"
27756+
},
27757+
{
27758+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27759+
"value": 8187.390528808116,
27760+
"unit": "iter/sec",
27761+
"range": "stddev: 0.000016962293714433127",
27762+
"extra": "mean: 122.13903764348414 usec\nrounds: 4702"
27763+
},
27764+
{
27765+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27766+
"value": 7801.600176427391,
27767+
"unit": "iter/sec",
27768+
"range": "stddev: 0.000014338243876286157",
27769+
"extra": "mean: 128.17883221207742 usec\nrounds: 5352"
27770+
}
27771+
]
2772027772
}
2772127773
]
2772227774
}

0 commit comments

Comments
 (0)