Skip to content

Commit 55a6674

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d342947
1 parent 51acf5e commit 55a6674

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": 1774285818184,
2+
"lastUpdate": 1774289682605,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37275,6 +37275,58 @@ window.BENCHMARK_DATA = {
3727537275
"extra": "mean: 119.96460238180761 usec\nrounds: 5289"
3727637276
}
3727737277
]
37278+
},
37279+
{
37280+
"commit": {
37281+
"author": {
37282+
"email": "RyAuld@microsoft.com",
37283+
"name": "Ryan Auld",
37284+
"username": "RyAuld"
37285+
},
37286+
"committer": {
37287+
"email": "RyAuld@microsoft.com",
37288+
"name": "Ryan Auld",
37289+
"username": "RyAuld"
37290+
},
37291+
"distinct": true,
37292+
"id": "d342947daf803c03882fd28d587501cdaae701f5",
37293+
"message": "Consolidate 4 step templates into shared template-pipeline-stages.yml; slim pipeline-publish.yml to thin wrapper",
37294+
"timestamp": "2026-03-23T11:11:36-07:00",
37295+
"tree_id": "0b29734fdc64d982aa35b092a20b630a347d110c",
37296+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d342947daf803c03882fd28d587501cdaae701f5"
37297+
},
37298+
"date": 1774289680959,
37299+
"tool": "pytest",
37300+
"benches": [
37301+
{
37302+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37303+
"value": 38248.01139447113,
37304+
"unit": "iter/sec",
37305+
"range": "stddev: 0.000003331511300088349",
37306+
"extra": "mean: 26.145150127845685 usec\nrounds: 7820"
37307+
},
37308+
{
37309+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37310+
"value": 32469.732235799784,
37311+
"unit": "iter/sec",
37312+
"range": "stddev: 0.000003632290320818834",
37313+
"extra": "mean: 30.797913353207182 usec\nrounds: 16146"
37314+
},
37315+
{
37316+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37317+
"value": 7316.623443235007,
37318+
"unit": "iter/sec",
37319+
"range": "stddev: 0.000016322606287710483",
37320+
"extra": "mean: 136.675067093224 usec\nrounds: 4844"
37321+
},
37322+
{
37323+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37324+
"value": 6787.661975646975,
37325+
"unit": "iter/sec",
37326+
"range": "stddev: 0.000015982188564527813",
37327+
"extra": "mean: 147.32613432840895 usec\nrounds: 4288"
37328+
}
37329+
]
3727837330
}
3727937331
]
3728037332
}

0 commit comments

Comments
 (0)