Skip to content

Commit 6af0fd3

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 8b86317
1 parent 3cc415d commit 6af0fd3

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": 1748596676372,
2+
"lastUpdate": 1748644222397,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30109,6 +30109,58 @@ window.BENCHMARK_DATA = {
3010930109
"extra": "mean: 125.18211357839161 usec\nrounds: 4323"
3011030110
}
3011130111
]
30112+
},
30113+
{
30114+
"commit": {
30115+
"author": {
30116+
"email": "[email protected]",
30117+
"name": "Ray Luo",
30118+
"username": "rayluo"
30119+
},
30120+
"committer": {
30121+
"email": "[email protected]",
30122+
"name": "Ray Luo",
30123+
"username": "rayluo"
30124+
},
30125+
"distinct": true,
30126+
"id": "8b86317bc6ff67f9375ae6ea9294582aa4c8f3f6",
30127+
"message": "Linux broker needs a specific redirect_uri",
30128+
"timestamp": "2025-05-30T15:26:56-07:00",
30129+
"tree_id": "bf4738d2d573a9a82da627f98a46a8f954e3446d",
30130+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/8b86317bc6ff67f9375ae6ea9294582aa4c8f3f6"
30131+
},
30132+
"date": 1748644221833,
30133+
"tool": "pytest",
30134+
"benches": [
30135+
{
30136+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30137+
"value": 42622.394625987945,
30138+
"unit": "iter/sec",
30139+
"range": "stddev: 0.0000024323382885787725",
30140+
"extra": "mean: 23.461844618891377 usec\nrounds: 8920"
30141+
},
30142+
{
30143+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30144+
"value": 38573.51428841343,
30145+
"unit": "iter/sec",
30146+
"range": "stddev: 0.000003636870154257549",
30147+
"extra": "mean: 25.924524079476374 usec\nrounds: 18522"
30148+
},
30149+
{
30150+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30151+
"value": 8041.446865217941,
30152+
"unit": "iter/sec",
30153+
"range": "stddev: 0.000014770265396027972",
30154+
"extra": "mean: 124.35573059934627 usec\nrounds: 5438"
30155+
},
30156+
{
30157+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30158+
"value": 7552.704293562398,
30159+
"unit": "iter/sec",
30160+
"range": "stddev: 0.000014707238234274684",
30161+
"extra": "mean: 132.40290644668258 usec\nrounds: 5088"
30162+
}
30163+
]
3011230164
}
3011330165
]
3011430166
}

0 commit comments

Comments
 (0)