Skip to content

Commit 2a3f78c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a55942d
1 parent 609d66c commit 2a3f78c

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": 1774284512323,
2+
"lastUpdate": 1774285158087,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -37119,6 +37119,58 @@ window.BENCHMARK_DATA = {
3711937119
"extra": "mean: 141.0478391608552 usec\nrounds: 3575"
3712037120
}
3712137121
]
37122+
},
37123+
{
37124+
"commit": {
37125+
"author": {
37126+
"email": "ryauld@microsoft.com",
37127+
"name": "Ryan Auld",
37128+
"username": "RyAuld"
37129+
},
37130+
"committer": {
37131+
"email": "noreply@github.com",
37132+
"name": "GitHub",
37133+
"username": "web-flow"
37134+
},
37135+
"distinct": true,
37136+
"id": "a55942d1912c3d944f078804ada2bc0a9899a202",
37137+
"message": "Update .Pipelines/pipeline-publish.yml\n\nCo-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>",
37138+
"timestamp": "2026-03-23T09:55:35-07:00",
37139+
"tree_id": "d61e4b73c1bec2f847e0f4e7fbc853081e9d75d6",
37140+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a55942d1912c3d944f078804ada2bc0a9899a202"
37141+
},
37142+
"date": 1774285156687,
37143+
"tool": "pytest",
37144+
"benches": [
37145+
{
37146+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
37147+
"value": 46246.56180400324,
37148+
"unit": "iter/sec",
37149+
"range": "stddev: 0.000002040792169029755",
37150+
"extra": "mean: 21.623229078911482 usec\nrounds: 7600"
37151+
},
37152+
{
37153+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
37154+
"value": 42656.33893908268,
37155+
"unit": "iter/sec",
37156+
"range": "stddev: 0.000004924297107518812",
37157+
"extra": "mean: 23.44317456376403 usec\nrounds: 15301"
37158+
},
37159+
{
37160+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
37161+
"value": 9855.979544885447,
37162+
"unit": "iter/sec",
37163+
"range": "stddev: 0.00001542221635733517",
37164+
"extra": "mean: 101.46124953342958 usec\nrounds: 3751"
37165+
},
37166+
{
37167+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
37168+
"value": 9096.449347690092,
37169+
"unit": "iter/sec",
37170+
"range": "stddev: 0.000015850476091449595",
37171+
"extra": "mean: 109.93300372237384 usec\nrounds: 3761"
37172+
}
37173+
]
3712237174
}
3712337175
]
3712437176
}

0 commit comments

Comments
 (0)