Skip to content

Commit 0a1f9fe

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

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": 1743237446086,
2+
"lastUpdate": 1743238168722,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27873,6 +27873,58 @@ window.BENCHMARK_DATA = {
2787327873
"extra": "mean: 128.21210095372095 usec\nrounds: 3982"
2787427874
}
2787527875
]
27876+
},
27877+
{
27878+
"commit": {
27879+
"author": {
27880+
"email": "[email protected]",
27881+
"name": "Ray Luo",
27882+
"username": "rayluo"
27883+
},
27884+
"committer": {
27885+
"email": "[email protected]",
27886+
"name": "Ray Luo",
27887+
"username": "rayluo"
27888+
},
27889+
"distinct": false,
27890+
"id": "30dce4ecc63d93ef34b89c052aab1a1231395ce6",
27891+
"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",
27892+
"timestamp": "2025-03-29T01:31:43-07:00",
27893+
"tree_id": "172bb6dbb4701e199150d117247442b316b09d66",
27894+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/30dce4ecc63d93ef34b89c052aab1a1231395ce6"
27895+
},
27896+
"date": 1743238167721,
27897+
"tool": "pytest",
27898+
"benches": [
27899+
{
27900+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27901+
"value": 41500.39877384289,
27902+
"unit": "iter/sec",
27903+
"range": "stddev: 0.0000025372473718841428",
27904+
"extra": "mean: 24.096154002025777 usec\nrounds: 11357"
27905+
},
27906+
{
27907+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27908+
"value": 40528.88393017965,
27909+
"unit": "iter/sec",
27910+
"range": "stddev: 0.0000028446724598285157",
27911+
"extra": "mean: 24.673761106344074 usec\nrounds: 16342"
27912+
},
27913+
{
27914+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27915+
"value": 8233.305731395805,
27916+
"unit": "iter/sec",
27917+
"range": "stddev: 0.000014603166073296817",
27918+
"extra": "mean: 121.45789706153282 usec\nrounds: 5479"
27919+
},
27920+
{
27921+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27922+
"value": 8099.159065516981,
27923+
"unit": "iter/sec",
27924+
"range": "stddev: 0.000015171922110794704",
27925+
"extra": "mean: 123.46960862364155 usec\nrounds: 4221"
27926+
}
27927+
]
2787627928
}
2787727929
]
2787827930
}

0 commit comments

Comments
 (0)