Skip to content

Commit 48d126b

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4561a6e
1 parent 9c8d819 commit 48d126b

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": 1774911150133,
2+
"lastUpdate": 1774911211999,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38835,6 +38835,58 @@ window.BENCHMARK_DATA = {
3883538835
"extra": "mean: 145.05757498575525 usec\nrounds: 3494"
3883638836
}
3883738837
]
38838+
},
38839+
{
38840+
"commit": {
38841+
"author": {
38842+
"email": "198982749+Copilot@users.noreply.github.com",
38843+
"name": "copilot-swe-agent[bot]",
38844+
"username": "Copilot"
38845+
},
38846+
"committer": {
38847+
"email": "noreply@github.com",
38848+
"name": "GitHub",
38849+
"username": "web-flow"
38850+
},
38851+
"distinct": true,
38852+
"id": "4561a6eaed4653a60b3ad39058ef44d53890ee9f",
38853+
"message": "Address PR review feedback: remove unused imports, simplify loop, add response_mode\n\nAgent-Logs-Url: https://github.com/AzureAD/microsoft-authentication-library-for-python/sessions/20f5cbfd-04ca-45f5-8c71-f8df1d00a01e\n\nCo-authored-by: ashok672 <83938949+ashok672@users.noreply.github.com>",
38854+
"timestamp": "2026-03-30T22:49:45Z",
38855+
"tree_id": "0aa5431a2116d92fdd5badbcb4ee3704f6fa3c6c",
38856+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4561a6eaed4653a60b3ad39058ef44d53890ee9f"
38857+
},
38858+
"date": 1774911210157,
38859+
"tool": "pytest",
38860+
"benches": [
38861+
{
38862+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38863+
"value": 40255.15450950899,
38864+
"unit": "iter/sec",
38865+
"range": "stddev: 0.000003059533339834055",
38866+
"extra": "mean: 24.841539231051318 usec\nrounds: 7698"
38867+
},
38868+
{
38869+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38870+
"value": 38401.93300267746,
38871+
"unit": "iter/sec",
38872+
"range": "stddev: 0.000003335013067256562",
38873+
"extra": "mean: 26.04035583131396 usec\nrounds: 15631"
38874+
},
38875+
{
38876+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38877+
"value": 7570.61824440396,
38878+
"unit": "iter/sec",
38879+
"range": "stddev: 0.00001622256740420593",
38880+
"extra": "mean: 132.08960849917094 usec\nrounds: 4871"
38881+
},
38882+
{
38883+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38884+
"value": 7201.721012887765,
38885+
"unit": "iter/sec",
38886+
"range": "stddev: 0.000015557540345649447",
38887+
"extra": "mean: 138.85569827135214 usec\nrounds: 3818"
38888+
}
38889+
]
3883838890
}
3883938891
]
3884038892
}

0 commit comments

Comments
 (0)