Skip to content

Commit 3c616c6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3bfad4f
1 parent 6469983 commit 3c616c6

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": 1774889000252,
2+
"lastUpdate": 1774889722987,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38263,6 +38263,58 @@ window.BENCHMARK_DATA = {
3826338263
"extra": "mean: 136.01239152995137 usec\nrounds: 4817"
3826438264
}
3826538265
]
38266+
},
38267+
{
38268+
"commit": {
38269+
"author": {
38270+
"email": "RyAuld@microsoft.com",
38271+
"name": "Ryan Auld",
38272+
"username": "RyAuld"
38273+
},
38274+
"committer": {
38275+
"email": "RyAuld@microsoft.com",
38276+
"name": "Ryan Auld",
38277+
"username": "RyAuld"
38278+
},
38279+
"distinct": true,
38280+
"id": "3bfad4fa74f96a6b25fe62e0f1e78e53c9194205",
38281+
"message": "20260330.2 Move Build/Publish stages to pipeline-publish.yml to avoid SC validation in PR build",
38282+
"timestamp": "2026-03-30T09:51:32-07:00",
38283+
"tree_id": "e6934a44cff6568a9171d047af8c695d3dd55f63",
38284+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3bfad4fa74f96a6b25fe62e0f1e78e53c9194205"
38285+
},
38286+
"date": 1774889721200,
38287+
"tool": "pytest",
38288+
"benches": [
38289+
{
38290+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38291+
"value": 40020.173300719835,
38292+
"unit": "iter/sec",
38293+
"range": "stddev: 0.000003424295215858279",
38294+
"extra": "mean: 24.987398042627 usec\nrounds: 7459"
38295+
},
38296+
{
38297+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38298+
"value": 35326.69769862269,
38299+
"unit": "iter/sec",
38300+
"range": "stddev: 0.000003688993608581041",
38301+
"extra": "mean: 28.307202912968226 usec\nrounds: 14075"
38302+
},
38303+
{
38304+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38305+
"value": 7307.792363175122,
38306+
"unit": "iter/sec",
38307+
"range": "stddev: 0.000018998300841785264",
38308+
"extra": "mean: 136.84023167367548 usec\nrounds: 3997"
38309+
},
38310+
{
38311+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38312+
"value": 6987.9251609548755,
38313+
"unit": "iter/sec",
38314+
"range": "stddev: 0.000020814162850589677",
38315+
"extra": "mean: 143.10399395624802 usec\nrounds: 3971"
38316+
}
38317+
]
3826638318
}
3826738319
]
3826838320
}

0 commit comments

Comments
 (0)