Skip to content

Commit c41c474

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for adbca96
1 parent 0c2cccc commit c41c474

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": 1741736503447,
2+
"lastUpdate": 1741736743111,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26989,6 +26989,58 @@ window.BENCHMARK_DATA = {
2698926989
"extra": "mean: 127.84996071027977 usec\nrounds: 5574"
2699026990
}
2699126991
]
26992+
},
26993+
{
26994+
"commit": {
26995+
"author": {
26996+
"email": "[email protected]",
26997+
"name": "Dharshan BJ",
26998+
"username": "DharshanBJ"
26999+
},
27000+
"committer": {
27001+
"email": "[email protected]",
27002+
"name": "GitHub",
27003+
"username": "web-flow"
27004+
},
27005+
"distinct": true,
27006+
"id": "adbca967d951e10441ec3eb983ca83b89c47a37a",
27007+
"message": "Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>",
27008+
"timestamp": "2025-03-11T16:43:41-07:00",
27009+
"tree_id": "5dc40dea2f87a0c00b96eb014d7a6b24c6dc1ce3",
27010+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/adbca967d951e10441ec3eb983ca83b89c47a37a"
27011+
},
27012+
"date": 1741736742609,
27013+
"tool": "pytest",
27014+
"benches": [
27015+
{
27016+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27017+
"value": 42210.11298290478,
27018+
"unit": "iter/sec",
27019+
"range": "stddev: 0.0000024490437197324557",
27020+
"extra": "mean: 23.69100505381265 usec\nrounds: 8706"
27021+
},
27022+
{
27023+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27024+
"value": 41078.62916903776,
27025+
"unit": "iter/sec",
27026+
"range": "stddev: 0.0000023987141725768864",
27027+
"extra": "mean: 24.343558201151733 usec\nrounds: 11675"
27028+
},
27029+
{
27030+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27031+
"value": 8178.641423342757,
27032+
"unit": "iter/sec",
27033+
"range": "stddev: 0.00001450668989451763",
27034+
"extra": "mean: 122.26969593579298 usec\nrounds: 5216"
27035+
},
27036+
{
27037+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27038+
"value": 7422.451325829409,
27039+
"unit": "iter/sec",
27040+
"range": "stddev: 0.000021420701646833",
27041+
"extra": "mean: 134.72638028896156 usec\nrounds: 3947"
27042+
}
27043+
]
2699227044
}
2699327045
]
2699427046
}

0 commit comments

Comments
 (0)