Skip to content

Commit 5d81384

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 8535c96
1 parent 3cadcec commit 5d81384

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": 1750458039922,
2+
"lastUpdate": 1750479094286,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30837,6 +30837,58 @@ window.BENCHMARK_DATA = {
3083730837
"extra": "mean: 140.29216717308228 usec\nrounds: 4606"
3083830838
}
3083930839
]
30840+
},
30841+
{
30842+
"commit": {
30843+
"author": {
30844+
"email": "[email protected]",
30845+
"name": "Ray Luo",
30846+
"username": "rayluo"
30847+
},
30848+
"committer": {
30849+
"email": "[email protected]",
30850+
"name": "Ray Luo",
30851+
"username": "rayluo"
30852+
},
30853+
"distinct": true,
30854+
"id": "8535c961112c82c7f105c901b8de02808c52a648",
30855+
"message": "Document how to use sha256 for client credential",
30856+
"timestamp": "2025-06-20T21:07:10-07:00",
30857+
"tree_id": "3fa5d9a4756c43b0b21a56d5e9d428efe9a21819",
30858+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/8535c961112c82c7f105c901b8de02808c52a648"
30859+
},
30860+
"date": 1750479093250,
30861+
"tool": "pytest",
30862+
"benches": [
30863+
{
30864+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30865+
"value": 39524.88512586339,
30866+
"unit": "iter/sec",
30867+
"range": "stddev: 0.000003002539063052089",
30868+
"extra": "mean: 25.30051629032169 usec\nrounds: 8379"
30869+
},
30870+
{
30871+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30872+
"value": 37135.9622506174,
30873+
"unit": "iter/sec",
30874+
"range": "stddev: 0.000003209241506868964",
30875+
"extra": "mean: 26.92807562791441 usec\nrounds: 15444"
30876+
},
30877+
{
30878+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30879+
"value": 7672.236223024634,
30880+
"unit": "iter/sec",
30881+
"range": "stddev: 0.00001532289487464545",
30882+
"extra": "mean: 130.34009523833052 usec\nrounds: 3801"
30883+
},
30884+
{
30885+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30886+
"value": 7275.13594510778,
30887+
"unit": "iter/sec",
30888+
"range": "stddev: 0.000014347696002454604",
30889+
"extra": "mean: 137.45447611497315 usec\nrounds: 4417"
30890+
}
30891+
]
3084030892
}
3084130893
]
3084230894
}

0 commit comments

Comments
 (0)