Skip to content

Commit 5e5c1b0

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ae4b5af
1 parent e46870c commit 5e5c1b0

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": 1774567790926,
2+
"lastUpdate": 1774568283030,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37951,6 +37951,58 @@ window.BENCHMARK_DATA = {
3795137951
"extra": "mean: 137.79606934217853 usec\nrounds: 3663"
3795237952
}
3795337953
]
37954+
},
37955+
{
37956+
"commit": {
37957+
"author": {
37958+
"email": "RyAuld@microsoft.com",
37959+
"name": "Ryan Auld",
37960+
"username": "RyAuld"
37961+
},
37962+
"committer": {
37963+
"email": "RyAuld@microsoft.com",
37964+
"name": "Ryan Auld",
37965+
"username": "RyAuld"
37966+
},
37967+
"distinct": true,
37968+
"id": "ae4b5afc253c7bfe5b52bc6390075fb500f8b1db",
37969+
"message": "Mimic MSAL.js: hardcode RequestMSIDLAB client ID in CI stage variables\n\n- Hardcode LAB_APP_CLIENT_ID = f62c5ae3-bf3a-4af5-afa8-a68b800396e9\n (RequestMSIDLAB) directly in the CI stage variables block, matching\n the pattern used by MSAL.js (AZURE_CLIENT_ID in the pipeline YAML)\n and avoiding the need for a UI-configured pipeline variable.\n- Remove conditions gating AzureKeyVault@2 and cert-write steps — they\n now always run (matching MSAL.js install-keyvault-secrets.yml).\n- Clean up lab certificate unconditionally on always().\n- Revert LAB_APP_TENANT_ID from lab_config.py — not needed since\n RequestMSIDLAB is registered in the Microsoft tenant (the default).",
37970+
"timestamp": "2026-03-26T16:34:49-07:00",
37971+
"tree_id": "151222df62e679be3ecfc62310683a46a05653fc",
37972+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ae4b5afc253c7bfe5b52bc6390075fb500f8b1db"
37973+
},
37974+
"date": 1774568281309,
37975+
"tool": "pytest",
37976+
"benches": [
37977+
{
37978+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37979+
"value": 38824.77497038342,
37980+
"unit": "iter/sec",
37981+
"range": "stddev: 0.0000029919640894797213",
37982+
"extra": "mean: 25.756749414847267 usec\nrounds: 8117"
37983+
},
37984+
{
37985+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37986+
"value": 35401.11686020519,
37987+
"unit": "iter/sec",
37988+
"range": "stddev: 0.0000032783576111273733",
37989+
"extra": "mean: 28.247696363617038 usec\nrounds: 13200"
37990+
},
37991+
{
37992+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37993+
"value": 7469.118854015621,
37994+
"unit": "iter/sec",
37995+
"range": "stddev: 0.000018936669536457546",
37996+
"extra": "mean: 133.88460132246658 usec\nrounds: 5142"
37997+
},
37998+
{
37999+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38000+
"value": 7049.126027220843,
38001+
"unit": "iter/sec",
38002+
"range": "stddev: 0.000015186808276183275",
38003+
"extra": "mean: 141.86155789219953 usec\nrounds: 3852"
38004+
}
38005+
]
3795438006
}
3795538007
]
3795638008
}

0 commit comments

Comments
 (0)