Skip to content

Commit 0ec50e6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 18e024d
1 parent 9d8493b commit 0ec50e6

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": 1773684806281,
2+
"lastUpdate": 1773950346724,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -36807,6 +36807,58 @@ window.BENCHMARK_DATA = {
3680736807
"extra": "mean: 141.38389208217075 usec\nrounds: 3410"
3680836808
}
3680936809
]
36810+
},
36811+
{
36812+
"commit": {
36813+
"author": {
36814+
"email": "RyAuld@microsoft.com",
36815+
"name": "Ryan Auld",
36816+
"username": "RyAuld"
36817+
},
36818+
"committer": {
36819+
"email": "RyAuld@microsoft.com",
36820+
"name": "Ryan Auld",
36821+
"username": "RyAuld"
36822+
},
36823+
"distinct": true,
36824+
"id": "18e024db8981161ad36c621c42bb06616db70270",
36825+
"message": "Add ADO publish pipeline and setup guide",
36826+
"timestamp": "2026-03-19T12:55:30-07:00",
36827+
"tree_id": "ae000c3a599760358e90ba46ae663f1a23019d7c",
36828+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/18e024db8981161ad36c621c42bb06616db70270"
36829+
},
36830+
"date": 1773950345776,
36831+
"tool": "pytest",
36832+
"benches": [
36833+
{
36834+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
36835+
"value": 39166.457856670386,
36836+
"unit": "iter/sec",
36837+
"range": "stddev: 0.0000027084887158338703",
36838+
"extra": "mean: 25.532051013127074 usec\nrounds: 8292"
36839+
},
36840+
{
36841+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
36842+
"value": 37143.91029405426,
36843+
"unit": "iter/sec",
36844+
"range": "stddev: 0.000003136902584676408",
36845+
"extra": "mean: 26.922313565894896 usec\nrounds: 17588"
36846+
},
36847+
{
36848+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
36849+
"value": 7604.851367654499,
36850+
"unit": "iter/sec",
36851+
"range": "stddev: 0.00001537920357107623",
36852+
"extra": "mean: 131.4950091271043 usec\nrounds: 5588"
36853+
},
36854+
{
36855+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
36856+
"value": 7113.652834179804,
36857+
"unit": "iter/sec",
36858+
"range": "stddev: 0.00001589163800874419",
36859+
"extra": "mean: 140.57475439273372 usec\nrounds: 4837"
36860+
}
36861+
]
3681036862
}
3681136863
]
3681236864
}

0 commit comments

Comments
 (0)