Skip to content

Commit 98cbcd8

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for af6ec92
1 parent 2a3f78c commit 98cbcd8

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": 1774285158087,
2+
"lastUpdate": 1774285496843,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37171,6 +37171,58 @@ window.BENCHMARK_DATA = {
3717137171
"extra": "mean: 109.93300372237384 usec\nrounds: 3761"
3717237172
}
3717337173
]
37174+
},
37175+
{
37176+
"commit": {
37177+
"author": {
37178+
"email": "RyAuld@microsoft.com",
37179+
"name": "Ryan Auld",
37180+
"username": "RyAuld"
37181+
},
37182+
"committer": {
37183+
"email": "RyAuld@microsoft.com",
37184+
"name": "Ryan Auld",
37185+
"username": "RyAuld"
37186+
},
37187+
"distinct": true,
37188+
"id": "af6ec92d46cd86982294240019e93441250622f4",
37189+
"message": "Fix docs and comments: align parameter values, Python version range, and pipeline diagram",
37190+
"timestamp": "2026-03-23T10:01:48-07:00",
37191+
"tree_id": "5365767da1dc4c216a841ae3e132a4b61a247bb5",
37192+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/af6ec92d46cd86982294240019e93441250622f4"
37193+
},
37194+
"date": 1774285495820,
37195+
"tool": "pytest",
37196+
"benches": [
37197+
{
37198+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37199+
"value": 38626.93571083909,
37200+
"unit": "iter/sec",
37201+
"range": "stddev: 0.0000030188272546116156",
37202+
"extra": "mean: 25.888670214121863 usec\nrounds: 7611"
37203+
},
37204+
{
37205+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37206+
"value": 34474.18501573695,
37207+
"unit": "iter/sec",
37208+
"range": "stddev: 0.0000036111739341172822",
37209+
"extra": "mean: 29.00721219496603 usec\nrounds: 14383"
37210+
},
37211+
{
37212+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37213+
"value": 7486.68835126751,
37214+
"unit": "iter/sec",
37215+
"range": "stddev: 0.000015945955895689443",
37216+
"extra": "mean: 133.5704056427964 usec\nrounds: 3757"
37217+
},
37218+
{
37219+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37220+
"value": 6990.222533366214,
37221+
"unit": "iter/sec",
37222+
"range": "stddev: 0.00001558559273511807",
37223+
"extra": "mean: 143.0569620962324 usec\nrounds: 3034"
37224+
}
37225+
]
3717437226
}
3717537227
]
3717637228
}

0 commit comments

Comments
 (0)