Skip to content

Commit 2998e6c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for fd29c01
1 parent c41c474 commit 2998e6c

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": 1741736743111,
2+
"lastUpdate": 1741736763808,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27041,6 +27041,58 @@ window.BENCHMARK_DATA = {
2704127041
"extra": "mean: 134.72638028896156 usec\nrounds: 3947"
2704227042
}
2704327043
]
27044+
},
27045+
{
27046+
"commit": {
27047+
"author": {
27048+
"email": "[email protected]",
27049+
"name": "Dharshan BJ",
27050+
"username": "DharshanBJ"
27051+
},
27052+
"committer": {
27053+
"email": "[email protected]",
27054+
"name": "GitHub",
27055+
"username": "web-flow"
27056+
},
27057+
"distinct": true,
27058+
"id": "fd29c019fb5e80de5b30be1f430f21ebe6c48adc",
27059+
"message": "Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>",
27060+
"timestamp": "2025-03-11T16:43:56-07:00",
27061+
"tree_id": "b10f46aa2a933f9754e95ac3d43eb0b52602cec3",
27062+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/fd29c019fb5e80de5b30be1f430f21ebe6c48adc"
27063+
},
27064+
"date": 1741736763269,
27065+
"tool": "pytest",
27066+
"benches": [
27067+
{
27068+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27069+
"value": 43611.98143468799,
27070+
"unit": "iter/sec",
27071+
"range": "stddev: 0.000002264768284313738",
27072+
"extra": "mean: 22.929478714411783 usec\nrounds: 8527"
27073+
},
27074+
{
27075+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27076+
"value": 41226.51442094842,
27077+
"unit": "iter/sec",
27078+
"range": "stddev: 0.000002690588755262024",
27079+
"extra": "mean: 24.2562344657464 usec\nrounds: 14983"
27080+
},
27081+
{
27082+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27083+
"value": 8274.335871109015,
27084+
"unit": "iter/sec",
27085+
"range": "stddev: 0.000014830635901858997",
27086+
"extra": "mean: 120.85562099208929 usec\nrounds: 3992"
27087+
},
27088+
{
27089+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27090+
"value": 7620.035311423882,
27091+
"unit": "iter/sec",
27092+
"range": "stddev: 0.000017307318377675097",
27093+
"extra": "mean: 131.2329876609377 usec\nrounds: 3566"
27094+
}
27095+
]
2704427096
}
2704527097
]
2704627098
}

0 commit comments

Comments
 (0)