Skip to content

Commit 5cfdd24

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 30dce4e
1 parent 85039d4 commit 5cfdd24

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": 1743176424002,
2+
"lastUpdate": 1743237446086,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27821,6 +27821,58 @@ window.BENCHMARK_DATA = {
2782127821
"extra": "mean: 129.46944994730435 usec\nrounds: 5694"
2782227822
}
2782327823
]
27824+
},
27825+
{
27826+
"commit": {
27827+
"author": {
27828+
"email": "[email protected]",
27829+
"name": "Ray Luo",
27830+
"username": "rayluo"
27831+
},
27832+
"committer": {
27833+
"email": "[email protected]",
27834+
"name": "Ray Luo",
27835+
"username": "rayluo"
27836+
},
27837+
"distinct": true,
27838+
"id": "30dce4ecc63d93ef34b89c052aab1a1231395ce6",
27839+
"message": "Swallow exception during optional check\n\nThis used to cause issue with MSAL 1.32 and MSAL EX <= 1.2 running\ninside read-only container",
27840+
"timestamp": "2025-03-29T01:31:43-07:00",
27841+
"tree_id": "172bb6dbb4701e199150d117247442b316b09d66",
27842+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/30dce4ecc63d93ef34b89c052aab1a1231395ce6"
27843+
},
27844+
"date": 1743237445757,
27845+
"tool": "pytest",
27846+
"benches": [
27847+
{
27848+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27849+
"value": 42293.845158707285,
27850+
"unit": "iter/sec",
27851+
"range": "stddev: 0.0000024829503379741895",
27852+
"extra": "mean: 23.64410226233885 usec\nrounds: 8752"
27853+
},
27854+
{
27855+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27856+
"value": 41174.31241164376,
27857+
"unit": "iter/sec",
27858+
"range": "stddev: 0.0000025688751857522256",
27859+
"extra": "mean: 24.286987236178064 usec\nrounds: 15121"
27860+
},
27861+
{
27862+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27863+
"value": 8164.680440539982,
27864+
"unit": "iter/sec",
27865+
"range": "stddev: 0.00001507741564389295",
27866+
"extra": "mean: 122.47876781982953 usec\nrounds: 3872"
27867+
},
27868+
{
27869+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27870+
"value": 7799.5758010467125,
27871+
"unit": "iter/sec",
27872+
"range": "stddev: 0.000014826260546869858",
27873+
"extra": "mean: 128.21210095372095 usec\nrounds: 3982"
27874+
}
27875+
]
2782427876
}
2782527877
]
2782627878
}

0 commit comments

Comments
 (0)