Skip to content

Commit c1e285b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 66a42f1
1 parent 65b72c7 commit c1e285b

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": 1774558924715,
2+
"lastUpdate": 1774559324490,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37795,6 +37795,58 @@ window.BENCHMARK_DATA = {
3779537795
"extra": "mean: 143.37115860616814 usec\nrounds: 3329"
3779637796
}
3779737797
]
37798+
},
37799+
{
37800+
"commit": {
37801+
"author": {
37802+
"email": "RyAuld@microsoft.com",
37803+
"name": "Ryan Auld",
37804+
"username": "RyAuld"
37805+
},
37806+
"committer": {
37807+
"email": "RyAuld@microsoft.com",
37808+
"name": "Ryan Auld",
37809+
"username": "RyAuld"
37810+
},
37811+
"distinct": true,
37812+
"id": "66a42f197592c505e14c85d2911ad864730d6d20",
37813+
"message": "Fix NodeTool versionSpec: lts/* unsupported on Windows agents, use 20.x",
37814+
"timestamp": "2026-03-26T14:04:56-07:00",
37815+
"tree_id": "4dc1758225ee253fcc673b7f1ca6828a5644105a",
37816+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/66a42f197592c505e14c85d2911ad864730d6d20"
37817+
},
37818+
"date": 1774559322672,
37819+
"tool": "pytest",
37820+
"benches": [
37821+
{
37822+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37823+
"value": 43198.783173151845,
37824+
"unit": "iter/sec",
37825+
"range": "stddev: 0.0000026461951118449585",
37826+
"extra": "mean: 23.148800187073384 usec\nrounds: 6411"
37827+
},
37828+
{
37829+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37830+
"value": 38062.93552338867,
37831+
"unit": "iter/sec",
37832+
"range": "stddev: 0.0000027133172493493944",
37833+
"extra": "mean: 26.272277380853257 usec\nrounds: 11760"
37834+
},
37835+
{
37836+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37837+
"value": 8719.260199995571,
37838+
"unit": "iter/sec",
37839+
"range": "stddev: 0.000014895180277953575",
37840+
"extra": "mean: 114.68862920279726 usec\nrounds: 3986"
37841+
},
37842+
{
37843+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37844+
"value": 7939.5556863126785,
37845+
"unit": "iter/sec",
37846+
"range": "stddev: 0.000013355252532075062",
37847+
"extra": "mean: 125.95163249801755 usec\nrounds: 2634"
37848+
}
37849+
]
3779837850
}
3779937851
]
3780037852
}

0 commit comments

Comments
 (0)