Skip to content

Commit b59a8cf

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

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": 1754974065666,
2+
"lastUpdate": 1754974293214,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31357,6 +31357,58 @@ window.BENCHMARK_DATA = {
3135731357
"extra": "mean: 136.44880315225208 usec\nrounds: 5075"
3135831358
}
3135931359
]
31360+
},
31361+
{
31362+
"commit": {
31363+
"author": {
31364+
"email": "[email protected]",
31365+
"name": "Ray Luo",
31366+
"username": "rayluo"
31367+
},
31368+
"committer": {
31369+
"email": "[email protected]",
31370+
"name": "Ray Luo",
31371+
"username": "rayluo"
31372+
},
31373+
"distinct": true,
31374+
"id": "f3651cd09f2c3f23f6bd1bdd0663183b93d69821",
31375+
"message": "MSAL Python 1.34.0b1",
31376+
"timestamp": "2025-08-11T21:47:49-07:00",
31377+
"tree_id": "c33ee1b0193ae89a5fbecef99329e0b30d5467f3",
31378+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f3651cd09f2c3f23f6bd1bdd0663183b93d69821"
31379+
},
31380+
"date": 1754974292053,
31381+
"tool": "pytest",
31382+
"benches": [
31383+
{
31384+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31385+
"value": 39368.970984315914,
31386+
"unit": "iter/sec",
31387+
"range": "stddev: 0.0000032226861472651314",
31388+
"extra": "mean: 25.400714699868253 usec\nrounds: 7245"
31389+
},
31390+
{
31391+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31392+
"value": 35729.70020546342,
31393+
"unit": "iter/sec",
31394+
"range": "stddev: 0.000003373633270730228",
31395+
"extra": "mean: 27.98792025260515 usec\nrounds: 11085"
31396+
},
31397+
{
31398+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31399+
"value": 7408.917914593095,
31400+
"unit": "iter/sec",
31401+
"range": "stddev: 0.000016378169535197365",
31402+
"extra": "mean: 134.97247661906658 usec\nrounds: 5111"
31403+
},
31404+
{
31405+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31406+
"value": 7044.763619370598,
31407+
"unit": "iter/sec",
31408+
"range": "stddev: 0.00001615307032730229",
31409+
"extra": "mean: 141.94940441299622 usec\nrounds: 5121"
31410+
}
31411+
]
3136031412
}
3136131413
]
3136231414
}

0 commit comments

Comments
 (0)