Skip to content

Commit 7fda9de

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4c0bdaf
1 parent daedf82 commit 7fda9de

1 file changed

Lines changed: 53 additions & 1 deletion

File tree

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": 1777592005707,
2+
"lastUpdate": 1778250575502,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -40911,6 +40911,58 @@ window.BENCHMARK_DATA = {
4091140911
"extra": "mean: 142.2990259549654 usec\nrounds: 4739"
4091240912
}
4091340913
]
40914+
},
40915+
{
40916+
"commit": {
40917+
"author": {
40918+
"email": "nichoudhary@microsoft.com",
40919+
"name": "Nilesh Choudhary",
40920+
"username": "4gust"
40921+
},
40922+
"committer": {
40923+
"email": "nichoudhary@microsoft.com",
40924+
"name": "Nilesh Choudhary",
40925+
"username": "4gust"
40926+
},
40927+
"distinct": true,
40928+
"id": "4c0bdafdaa631efb1f308ac37cb9c771204f63a9",
40929+
"message": "removed support for 3.8 and added doc",
40930+
"timestamp": "2026-05-08T10:59:57+01:00",
40931+
"tree_id": "b41683ba96d19342e75357532fb4def94e3f8835",
40932+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4c0bdafdaa631efb1f308ac37cb9c771204f63a9"
40933+
},
40934+
"date": 1778250574126,
40935+
"tool": "pytest",
40936+
"benches": [
40937+
{
40938+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
40939+
"value": 44603.83202328844,
40940+
"unit": "iter/sec",
40941+
"range": "stddev: 0.000007756317399835183",
40942+
"extra": "mean: 22.419598376163787 usec\nrounds: 7390"
40943+
},
40944+
{
40945+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
40946+
"value": 43666.37998681371,
40947+
"unit": "iter/sec",
40948+
"range": "stddev: 0.000004675094695117998",
40949+
"extra": "mean: 22.900913707570403 usec\nrounds: 15320"
40950+
},
40951+
{
40952+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
40953+
"value": 9713.534319158713,
40954+
"unit": "iter/sec",
40955+
"range": "stddev: 0.00001554705236788349",
40956+
"extra": "mean: 102.94913953488866 usec\nrounds: 3870"
40957+
},
40958+
{
40959+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
40960+
"value": 8846.222614942717,
40961+
"unit": "iter/sec",
40962+
"range": "stddev: 0.00002394156541073083",
40963+
"extra": "mean: 113.04259948317788 usec\nrounds: 3483"
40964+
}
40965+
]
4091440966
}
4091540967
]
4091640968
}

0 commit comments

Comments
 (0)