Skip to content

Commit 9e3995b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a060b3a
1 parent bc11ffc commit 9e3995b

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": 1752874160651,
2+
"lastUpdate": 1753157364489,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31097,6 +31097,58 @@ window.BENCHMARK_DATA = {
3109731097
"extra": "mean: 140.79390214859637 usec\nrounds: 3863"
3109831098
}
3109931099
]
31100+
},
31101+
{
31102+
"commit": {
31103+
"author": {
31104+
"email": "[email protected]",
31105+
"name": "Ray Luo",
31106+
"username": "rayluo"
31107+
},
31108+
"committer": {
31109+
"email": "[email protected]",
31110+
"name": "Ray Luo",
31111+
"username": "rayluo"
31112+
},
31113+
"distinct": true,
31114+
"id": "a060b3ab31e09277863127d778a7c725037250fb",
31115+
"message": "MSAL Python 1.33.0",
31116+
"timestamp": "2025-07-21T18:34:10-07:00",
31117+
"tree_id": "d2ef7f93ad4216f7d03c637228438fe9d9e98093",
31118+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a060b3ab31e09277863127d778a7c725037250fb"
31119+
},
31120+
"date": 1753157363901,
31121+
"tool": "pytest",
31122+
"benches": [
31123+
{
31124+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31125+
"value": 41347.01003420369,
31126+
"unit": "iter/sec",
31127+
"range": "stddev: 0.0000027762123486544864",
31128+
"extra": "mean: 24.18554568208838 usec\nrounds: 7191"
31129+
},
31130+
{
31131+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31132+
"value": 36504.26301797026,
31133+
"unit": "iter/sec",
31134+
"range": "stddev: 0.000003436989402249034",
31135+
"extra": "mean: 27.394060784290364 usec\nrounds: 14790"
31136+
},
31137+
{
31138+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31139+
"value": 7796.875693238125,
31140+
"unit": "iter/sec",
31141+
"range": "stddev: 0.000015696484280333757",
31142+
"extra": "mean: 128.25650162247098 usec\nrounds: 3698"
31143+
},
31144+
{
31145+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31146+
"value": 7251.572218329957,
31147+
"unit": "iter/sec",
31148+
"range": "stddev: 0.000017141825353048517",
31149+
"extra": "mean: 137.90112956088038 usec\nrounds: 4577"
31150+
}
31151+
]
3110031152
}
3110131153
]
3110231154
}

0 commit comments

Comments
 (0)