Skip to content

Commit a2dcf57

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bebbdd4
1 parent d6c6ac2 commit a2dcf57

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": 1755708239078,
2+
"lastUpdate": 1755720529762,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31513,6 +31513,58 @@ window.BENCHMARK_DATA = {
3151331513
"extra": "mean: 137.26807465825704 usec\nrounds: 4688"
3151431514
}
3151531515
]
31516+
},
31517+
{
31518+
"commit": {
31519+
"author": {
31520+
"email": "[email protected]",
31521+
"name": "Ray Luo",
31522+
"username": "rayluo"
31523+
},
31524+
"committer": {
31525+
"email": "[email protected]",
31526+
"name": "Ray Luo",
31527+
"username": "rayluo"
31528+
},
31529+
"distinct": false,
31530+
"id": "bebbdd4b61b5d858980bf34eae2825dfec30a54d",
31531+
"message": "ADFS labs were decommissioned since late July 2025",
31532+
"timestamp": "2025-08-20T09:25:08-07:00",
31533+
"tree_id": "9c9f44e4e8e31d0bf55456e330a44e1e16d142aa",
31534+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bebbdd4b61b5d858980bf34eae2825dfec30a54d"
31535+
},
31536+
"date": 1755720528890,
31537+
"tool": "pytest",
31538+
"benches": [
31539+
{
31540+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31541+
"value": 40560.202500606174,
31542+
"unit": "iter/sec",
31543+
"range": "stddev: 0.0000026510385210557504",
31544+
"extra": "mean: 24.65470925558261 usec\nrounds: 8719"
31545+
},
31546+
{
31547+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31548+
"value": 39208.611132856866,
31549+
"unit": "iter/sec",
31550+
"range": "stddev: 0.0000028653182600174214",
31551+
"extra": "mean: 25.504601441033927 usec\nrounds: 17764"
31552+
},
31553+
{
31554+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31555+
"value": 7549.960741335856,
31556+
"unit": "iter/sec",
31557+
"range": "stddev: 0.00001627349271050662",
31558+
"extra": "mean: 132.45101984769585 usec\nrounds: 5240"
31559+
},
31560+
{
31561+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31562+
"value": 7417.928168607825,
31563+
"unit": "iter/sec",
31564+
"range": "stddev: 0.00001477441305727872",
31565+
"extra": "mean: 134.80853107097113 usec\nrounds: 4892"
31566+
}
31567+
]
3151631568
}
3151731569
]
3151831570
}

0 commit comments

Comments
 (0)