Skip to content

Commit 9809a50

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for eddfc53
1 parent 606dbe4 commit 9809a50

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": 1774911675092,
2+
"lastUpdate": 1774911938499,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39147,6 +39147,58 @@ window.BENCHMARK_DATA = {
3914739147
"extra": "mean: 141.19642296873926 usec\nrounds: 3213"
3914839148
}
3914939149
]
39150+
},
39151+
{
39152+
"commit": {
39153+
"author": {
39154+
"email": "RyAuld@microsoft.com",
39155+
"name": "Ryan Auld",
39156+
"username": "RyAuld"
39157+
},
39158+
"committer": {
39159+
"email": "RyAuld@microsoft.com",
39160+
"name": "Ryan Auld",
39161+
"username": "RyAuld"
39162+
},
39163+
"distinct": true,
39164+
"id": "eddfc53908c891ba33758917446d36a87d09794b",
39165+
"message": "Address review comments: rename _clean_env to clean_env, fix __all__, fix doc diagram, drop redundant import os",
39166+
"timestamp": "2026-03-30T16:02:34-07:00",
39167+
"tree_id": "618eb9e0cfc013b783123afe4c9d0105563a67b5",
39168+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/eddfc53908c891ba33758917446d36a87d09794b"
39169+
},
39170+
"date": 1774911937066,
39171+
"tool": "pytest",
39172+
"benches": [
39173+
{
39174+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39175+
"value": 48797.530407410195,
39176+
"unit": "iter/sec",
39177+
"range": "stddev: 0.0000018436378009054762",
39178+
"extra": "mean: 20.492840347677596 usec\nrounds: 6558"
39179+
},
39180+
{
39181+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39182+
"value": 44412.216029979514,
39183+
"unit": "iter/sec",
39184+
"range": "stddev: 0.0000031883619607112467",
39185+
"extra": "mean: 22.51632747451673 usec\nrounds: 16670"
39186+
},
39187+
{
39188+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39189+
"value": 9866.880206736832,
39190+
"unit": "iter/sec",
39191+
"range": "stddev: 0.00001544043661471158",
39192+
"extra": "mean: 101.34915789463297 usec\nrounds: 3021"
39193+
},
39194+
{
39195+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39196+
"value": 9079.186406799367,
39197+
"unit": "iter/sec",
39198+
"range": "stddev: 0.000017300282455390278",
39199+
"extra": "mean: 110.14202762167147 usec\nrounds: 4091"
39200+
}
39201+
]
3915039202
}
3915139203
]
3915239204
}

0 commit comments

Comments
 (0)