Skip to content

Commit 609d66c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3b78d35
1 parent a4ab97d commit 609d66c

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": 1774011770810,
2+
"lastUpdate": 1774284512323,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37067,6 +37067,58 @@ window.BENCHMARK_DATA = {
3706737067
"extra": "mean: 136.2503867869749 usec\nrounds: 5101"
3706837068
}
3706937069
]
37070+
},
37071+
{
37072+
"commit": {
37073+
"author": {
37074+
"email": "RyAuld@microsoft.com",
37075+
"name": "Ryan Auld",
37076+
"username": "RyAuld"
37077+
},
37078+
"committer": {
37079+
"email": "RyAuld@microsoft.com",
37080+
"name": "Ryan Auld",
37081+
"username": "RyAuld"
37082+
},
37083+
"distinct": true,
37084+
"id": "3b78d35cce942df507e8791422dc0520f1338f8f",
37085+
"message": "Add Python 3.14 to publish pipeline CI matrix to match azure-pipelines.yml",
37086+
"timestamp": "2026-03-23T09:43:39-07:00",
37087+
"tree_id": "e405fba638efe56b75df9961ea280c022b54addd",
37088+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3b78d35cce942df507e8791422dc0520f1338f8f"
37089+
},
37090+
"date": 1774284511144,
37091+
"tool": "pytest",
37092+
"benches": [
37093+
{
37094+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37095+
"value": 39590.8214914054,
37096+
"unit": "iter/sec",
37097+
"range": "stddev: 0.000003875544519324157",
37098+
"extra": "mean: 25.25837965289722 usec\nrounds: 7549"
37099+
},
37100+
{
37101+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37102+
"value": 35744.90711727899,
37103+
"unit": "iter/sec",
37104+
"range": "stddev: 0.0000032386408191654007",
37105+
"extra": "mean: 27.976013386158797 usec\nrounds: 14642"
37106+
},
37107+
{
37108+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37109+
"value": 7581.994592791201,
37110+
"unit": "iter/sec",
37111+
"range": "stddev: 0.000015836142227389407",
37112+
"extra": "mean: 131.89141561124018 usec\nrounds: 3395"
37113+
},
37114+
{
37115+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37116+
"value": 7089.793122314833,
37117+
"unit": "iter/sec",
37118+
"range": "stddev: 0.000018227245792868796",
37119+
"extra": "mean: 141.0478391608552 usec\nrounds: 3575"
37120+
}
37121+
]
3707037122
}
3707137123
]
3707237124
}

0 commit comments

Comments
 (0)