Skip to content

Commit 6a8dcaa

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e60467c
1 parent 5a36236 commit 6a8dcaa

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": 1745554220877,
2+
"lastUpdate": 1745554565981,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28965,6 +28965,58 @@ window.BENCHMARK_DATA = {
2896528965
"extra": "mean: 129.56214886975206 usec\nrounds: 4158"
2896628966
}
2896728967
]
28968+
},
28969+
{
28970+
"commit": {
28971+
"author": {
28972+
"email": "[email protected]",
28973+
"name": "Ray Luo",
28974+
"username": "rayluo"
28975+
},
28976+
"committer": {
28977+
"email": "[email protected]",
28978+
"name": "Ray Luo",
28979+
"username": "rayluo"
28980+
},
28981+
"distinct": true,
28982+
"id": "e60467c22a79bc0e613283024216e553230b4fda",
28983+
"message": "MSAL 1.32.2",
28984+
"timestamp": "2025-04-24T18:51:53-07:00",
28985+
"tree_id": "5a69da68b2c7be5698260c2ccc178ca8299eda14",
28986+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e60467c22a79bc0e613283024216e553230b4fda"
28987+
},
28988+
"date": 1745554565555,
28989+
"tool": "pytest",
28990+
"benches": [
28991+
{
28992+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28993+
"value": 41471.95165675848,
28994+
"unit": "iter/sec",
28995+
"range": "stddev: 0.0000026253563245808933",
28996+
"extra": "mean: 24.11268242875266 usec\nrounds: 7740"
28997+
},
28998+
{
28999+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29000+
"value": 38989.12158806533,
29001+
"unit": "iter/sec",
29002+
"range": "stddev: 0.000002992446948984353",
29003+
"extra": "mean: 25.64817978115471 usec\nrounds: 15174"
29004+
},
29005+
{
29006+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29007+
"value": 8021.274627232232,
29008+
"unit": "iter/sec",
29009+
"range": "stddev: 0.000015015766895116634",
29010+
"extra": "mean: 124.66846560832109 usec\nrounds: 4347"
29011+
},
29012+
{
29013+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29014+
"value": 7623.399974406609,
29015+
"unit": "iter/sec",
29016+
"range": "stddev: 0.00001570863317862432",
29017+
"extra": "mean: 131.17506668379133 usec\nrounds: 3824"
29018+
}
29019+
]
2896829020
}
2896929021
]
2897029022
}

0 commit comments

Comments
 (0)