Skip to content

Commit 53aba8b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for c685b33
1 parent 8718701 commit 53aba8b

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": 1774911082330,
2+
"lastUpdate": 1774911123105,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38731,6 +38731,58 @@ window.BENCHMARK_DATA = {
3873138731
"extra": "mean: 138.55324283015983 usec\nrounds: 4777"
3873238732
}
3873338733
]
38734+
},
38735+
{
38736+
"commit": {
38737+
"author": {
38738+
"email": "83938949+ashok672@users.noreply.github.com",
38739+
"name": "Ashok Kumar Ramakrishnan",
38740+
"username": "ashok672"
38741+
},
38742+
"committer": {
38743+
"email": "noreply@github.com",
38744+
"name": "GitHub",
38745+
"username": "web-flow"
38746+
},
38747+
"distinct": true,
38748+
"id": "c685b33c00c060aedb826af11e3404a61cd63234",
38749+
"message": "Update msal/oauth2cli/oidc.py\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
38750+
"timestamp": "2026-03-30T15:48:36-07:00",
38751+
"tree_id": "a9e196b8f853d8056d2f9dbe365c9ed30ee806fa",
38752+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/c685b33c00c060aedb826af11e3404a61cd63234"
38753+
},
38754+
"date": 1774911122013,
38755+
"tool": "pytest",
38756+
"benches": [
38757+
{
38758+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38759+
"value": 39823.47898811418,
38760+
"unit": "iter/sec",
38761+
"range": "stddev: 0.000002858013288144179",
38762+
"extra": "mean: 25.11081466032796 usec\nrounds: 7435"
38763+
},
38764+
{
38765+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38766+
"value": 38323.977283999295,
38767+
"unit": "iter/sec",
38768+
"range": "stddev: 0.000004071870833280231",
38769+
"extra": "mean: 26.093325141843035 usec\nrounds: 19207"
38770+
},
38771+
{
38772+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38773+
"value": 7609.350049050685,
38774+
"unit": "iter/sec",
38775+
"range": "stddev: 0.000015810703767234162",
38776+
"extra": "mean: 131.41726869626092 usec\nrounds: 4533"
38777+
},
38778+
{
38779+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38780+
"value": 7167.489937294185,
38781+
"unit": "iter/sec",
38782+
"range": "stddev: 0.000016303862085917612",
38783+
"extra": "mean: 139.51885649629696 usec\nrounds: 3756"
38784+
}
38785+
]
3873438786
}
3873538787
]
3873638788
}

0 commit comments

Comments
 (0)