Skip to content

Commit 561ae61

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1f71ede
1 parent 61519ec commit 561ae61

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": 1774912445695,
2+
"lastUpdate": 1774979371159,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39251,6 +39251,58 @@ window.BENCHMARK_DATA = {
3925139251
"extra": "mean: 119.391820728181 usec\nrounds: 4284"
3925239252
}
3925339253
]
39254+
},
39255+
{
39256+
"commit": {
39257+
"author": {
39258+
"email": "ryauld@microsoft.com",
39259+
"name": "Ryan Auld",
39260+
"username": "RyAuld"
39261+
},
39262+
"committer": {
39263+
"email": "noreply@github.com",
39264+
"name": "GitHub",
39265+
"username": "web-flow"
39266+
},
39267+
"distinct": true,
39268+
"id": "1f71ede35133ed2a2fa707928e60de6d4f067566",
39269+
"message": "Add ADO CI, SDL, and release pipelines with e2e test enablement (#890)\n\n* Add ADO CI/release pipelines with SDL, e2e tests, and ESRP publish support\n\n* Use Python runpy to read __version__ in Validate stage instead of grep/sed\n\n* Remove duplicate _clean_env in test_e2e.py; import from lab_config instead\n\n* Pass LabAuth secret via env var to avoid bash command substitution on undefined variable\n\n* Skip Key Vault and cert steps on forked PRs; e2e tests self-skip when cert is absent\n\n* Fix header comment: production path uses EsrpRelease@9 not Twine SC\n\n* Fix CredScan suppression paths: prefix with tests/\n\n* Add daily scheduled trigger to azure-pipelines.yml (11:45 PM Pacific, dev only)\n\n* Fix dead doc reference: ADO-PUBLISH-SETUP.md -> CI-AND-RELEASE-PIPELINES.md\n\n* Address review comments: rename _clean_env to clean_env, fix __all__, fix doc diagram, drop redundant import os\n\n* Clarify cron comment: 07:45 UTC = 11:45 PM PST / 12:45 AM PDT",
39270+
"timestamp": "2026-03-31T10:46:09-07:00",
39271+
"tree_id": "2fab3d4f23f249af19452c67871afb6615d06b74",
39272+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1f71ede35133ed2a2fa707928e60de6d4f067566"
39273+
},
39274+
"date": 1774979369783,
39275+
"tool": "pytest",
39276+
"benches": [
39277+
{
39278+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39279+
"value": 39164.96239414043,
39280+
"unit": "iter/sec",
39281+
"range": "stddev: 0.0000031242620886738215",
39282+
"extra": "mean: 25.533025920883116 usec\nrounds: 14660"
39283+
},
39284+
{
39285+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39286+
"value": 32332.231671667283,
39287+
"unit": "iter/sec",
39288+
"range": "stddev: 0.000011699110250776942",
39289+
"extra": "mean: 30.928888860965923 usec\nrounds: 15917"
39290+
},
39291+
{
39292+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39293+
"value": 7488.975325039142,
39294+
"unit": "iter/sec",
39295+
"range": "stddev: 0.00001731644067281393",
39296+
"extra": "mean: 133.52961608199362 usec\nrounds: 3420"
39297+
},
39298+
{
39299+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39300+
"value": 7264.865441165842,
39301+
"unit": "iter/sec",
39302+
"range": "stddev: 0.000018910522427064866",
39303+
"extra": "mean: 137.64879860452356 usec\nrounds: 5303"
39304+
}
39305+
]
3925439306
}
3925539307
]
3925639308
}

0 commit comments

Comments
 (0)