Skip to content

Commit 02683c0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ea16799
1 parent 561ae61 commit 02683c0

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": 1774979371159,
2+
"lastUpdate": 1774982123071,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39303,6 +39303,58 @@ window.BENCHMARK_DATA = {
3930339303
"extra": "mean: 137.64879860452356 usec\nrounds: 5303"
3930439304
}
3930539305
]
39306+
},
39307+
{
39308+
"commit": {
39309+
"author": {
39310+
"email": "RyAuld@microsoft.com",
39311+
"name": "Ryan Auld",
39312+
"username": "RyAuld"
39313+
},
39314+
"committer": {
39315+
"email": "RyAuld@microsoft.com",
39316+
"name": "Ryan Auld",
39317+
"username": "RyAuld"
39318+
},
39319+
"distinct": true,
39320+
"id": "ea16799f009747e7faac7b4142fe127caca4881f",
39321+
"message": "Add ADO pipeline hyperlinks to CI-AND-RELEASE-PIPELINES.md",
39322+
"timestamp": "2026-03-31T11:30:28-07:00",
39323+
"tree_id": "da4e42e140d9a83cb239c0eed2808738258a8a55",
39324+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ea16799f009747e7faac7b4142fe127caca4881f"
39325+
},
39326+
"date": 1774982120939,
39327+
"tool": "pytest",
39328+
"benches": [
39329+
{
39330+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39331+
"value": 44575.358406112544,
39332+
"unit": "iter/sec",
39333+
"range": "stddev: 0.000001587287116526328",
39334+
"extra": "mean: 22.43391945139967 usec\nrounds: 10354"
39335+
},
39336+
{
39337+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39338+
"value": 40712.706877811404,
39339+
"unit": "iter/sec",
39340+
"range": "stddev: 0.000001918763440071085",
39341+
"extra": "mean: 24.562355998613402 usec\nrounds: 17354"
39342+
},
39343+
{
39344+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39345+
"value": 8791.281738483167,
39346+
"unit": "iter/sec",
39347+
"range": "stddev: 0.000012097975052606321",
39348+
"extra": "mean: 113.74905613848958 usec\nrounds: 5433"
39349+
},
39350+
{
39351+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39352+
"value": 8420.574673731931,
39353+
"unit": "iter/sec",
39354+
"range": "stddev: 0.000011939107014748727",
39355+
"extra": "mean: 118.75674033501659 usec\nrounds: 3104"
39356+
}
39357+
]
3930639358
}
3930739359
]
3930839360
}

0 commit comments

Comments
 (0)