Skip to content

Commit 647eb1b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d03e0f7
1 parent bb8e5ba commit 647eb1b

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": 1773959732069,
2+
"lastUpdate": 1773965893768,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -36963,6 +36963,58 @@ window.BENCHMARK_DATA = {
3696336963
"extra": "mean: 141.50942914884521 usec\nrounds: 4453"
3696436964
}
3696536965
]
36966+
},
36967+
{
36968+
"commit": {
36969+
"author": {
36970+
"email": "RyAuld@microsoft.com",
36971+
"name": "Ryan Auld",
36972+
"username": "RyAuld"
36973+
},
36974+
"committer": {
36975+
"email": "RyAuld@microsoft.com",
36976+
"name": "Ryan Auld",
36977+
"username": "RyAuld"
36978+
},
36979+
"distinct": true,
36980+
"id": "d03e0f718e7f9241559344711bb60926e4ecb211",
36981+
"message": "Keep cert retrieval infra; comment out LAB_APP_CLIENT_ID to mirror PR build e2e skip behaviour",
36982+
"timestamp": "2026-03-19T17:14:29-07:00",
36983+
"tree_id": "e7ce0c4620497ac101a302623fc565531bce0225",
36984+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d03e0f718e7f9241559344711bb60926e4ecb211"
36985+
},
36986+
"date": 1773965892517,
36987+
"tool": "pytest",
36988+
"benches": [
36989+
{
36990+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
36991+
"value": 43227.234784929045,
36992+
"unit": "iter/sec",
36993+
"range": "stddev: 0.0000029331039618131366",
36994+
"extra": "mean: 23.133563943549884 usec\nrounds: 10001"
36995+
},
36996+
{
36997+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
36998+
"value": 42704.69501026218,
36999+
"unit": "iter/sec",
37000+
"range": "stddev: 0.0000018585527999264299",
37001+
"extra": "mean: 23.416629009051448 usec\nrounds: 17429"
37002+
},
37003+
{
37004+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37005+
"value": 8795.536524722997,
37006+
"unit": "iter/sec",
37007+
"range": "stddev: 0.00001332336438343412",
37008+
"extra": "mean: 113.69403073810709 usec\nrounds: 5010"
37009+
},
37010+
{
37011+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37012+
"value": 8381.335451317167,
37013+
"unit": "iter/sec",
37014+
"range": "stddev: 0.000012769832379936744",
37015+
"extra": "mean: 119.31272836035279 usec\nrounds: 4263"
37016+
}
37017+
]
3696637018
}
3696737019
]
3696837020
}

0 commit comments

Comments
 (0)