Skip to content

Commit 5bd7366

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4c632c8
1 parent b5e2cdf commit 5bd7366

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": 1748894041615,
2+
"lastUpdate": 1748990832779,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30265,6 +30265,58 @@ window.BENCHMARK_DATA = {
3026530265
"extra": "mean: 134.6003206274881 usec\nrounds: 3253"
3026630266
}
3026730267
]
30268+
},
30269+
{
30270+
"commit": {
30271+
"author": {
30272+
"email": "[email protected]",
30273+
"name": "Ray Luo",
30274+
"username": "rayluo"
30275+
},
30276+
"committer": {
30277+
"email": "[email protected]",
30278+
"name": "Ray Luo",
30279+
"username": "rayluo"
30280+
},
30281+
"distinct": false,
30282+
"id": "4c632c82808e7a3a73635718d92a8c3fc09dc871",
30283+
"message": "Linux broker needs a specific redirect_uri\n\nA recent customer troubleshooting case reveals that the Linux broker\nneeds a specific redirect_uri as its prerequisite",
30284+
"timestamp": "2025-06-02T12:51:02-07:00",
30285+
"tree_id": "b931cd37b48070c35fc6a984b45bc7790e286cc8",
30286+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4c632c82808e7a3a73635718d92a8c3fc09dc871"
30287+
},
30288+
"date": 1748990832017,
30289+
"tool": "pytest",
30290+
"benches": [
30291+
{
30292+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30293+
"value": 42040.179944516865,
30294+
"unit": "iter/sec",
30295+
"range": "stddev: 0.0000026466388041840293",
30296+
"extra": "mean: 23.786767833053155 usec\nrounds: 8916"
30297+
},
30298+
{
30299+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30300+
"value": 41224.41934014635,
30301+
"unit": "iter/sec",
30302+
"range": "stddev: 0.0000031700431887356753",
30303+
"extra": "mean: 24.257467200420972 usec\nrounds: 12866"
30304+
},
30305+
{
30306+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30307+
"value": 7976.370951690436,
30308+
"unit": "iter/sec",
30309+
"range": "stddev: 0.000015927099022470316",
30310+
"extra": "mean: 125.37029760232872 usec\nrounds: 5756"
30311+
},
30312+
{
30313+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30314+
"value": 7768.11066944415,
30315+
"unit": "iter/sec",
30316+
"range": "stddev: 0.000014222263746383347",
30317+
"extra": "mean: 128.73143065964524 usec\nrounds: 5336"
30318+
}
30319+
]
3026830320
}
3026930321
]
3027030322
}

0 commit comments

Comments
 (0)