Skip to content

Commit 003caee

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f3651cd
1 parent b59a8cf commit 003caee

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": 1754974293214,
2+
"lastUpdate": 1754974634243,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31409,6 +31409,58 @@ window.BENCHMARK_DATA = {
3140931409
"extra": "mean: 141.94940441299622 usec\nrounds: 5121"
3141031410
}
3141131411
]
31412+
},
31413+
{
31414+
"commit": {
31415+
"author": {
31416+
"email": "[email protected]",
31417+
"name": "Ray Luo",
31418+
"username": "rayluo"
31419+
},
31420+
"committer": {
31421+
"email": "[email protected]",
31422+
"name": "Ray Luo",
31423+
"username": "rayluo"
31424+
},
31425+
"distinct": true,
31426+
"id": "f3651cd09f2c3f23f6bd1bdd0663183b93d69821",
31427+
"message": "MSAL Python 1.34.0b1",
31428+
"timestamp": "2025-08-11T21:47:49-07:00",
31429+
"tree_id": "c33ee1b0193ae89a5fbecef99329e0b30d5467f3",
31430+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f3651cd09f2c3f23f6bd1bdd0663183b93d69821"
31431+
},
31432+
"date": 1754974633676,
31433+
"tool": "pytest",
31434+
"benches": [
31435+
{
31436+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31437+
"value": 38441.94216519177,
31438+
"unit": "iter/sec",
31439+
"range": "stddev: 0.00000346677087178695",
31440+
"extra": "mean: 26.01325384921564 usec\nrounds: 7469"
31441+
},
31442+
{
31443+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31444+
"value": 36802.48611128665,
31445+
"unit": "iter/sec",
31446+
"range": "stddev: 0.000005746726608261178",
31447+
"extra": "mean: 27.172077369341586 usec\nrounds: 17410"
31448+
},
31449+
{
31450+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31451+
"value": 7516.040358044868,
31452+
"unit": "iter/sec",
31453+
"range": "stddev: 0.00001599123356614468",
31454+
"extra": "mean: 133.04877999086847 usec\nrounds: 4368"
31455+
},
31456+
{
31457+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31458+
"value": 7344.710590481487,
31459+
"unit": "iter/sec",
31460+
"range": "stddev: 0.000016297397665335807",
31461+
"extra": "mean: 136.15240351280397 usec\nrounds: 4384"
31462+
}
31463+
]
3141231464
}
3141331465
]
3141431466
}

0 commit comments

Comments
 (0)