Skip to content

Commit 37d7872

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 5c3ce72
1 parent a635045 commit 37d7872

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": 1741733782359,
2+
"lastUpdate": 1741736482510,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26885,6 +26885,58 @@ window.BENCHMARK_DATA = {
2688526885
"extra": "mean: 128.0462618508129 usec\nrounds: 3987"
2688626886
}
2688726887
]
26888+
},
26889+
{
26890+
"commit": {
26891+
"author": {
26892+
"email": "[email protected]",
26893+
"name": "Dharshan BJ",
26894+
"username": "DharshanBJ"
26895+
},
26896+
"committer": {
26897+
"email": "[email protected]",
26898+
"name": "GitHub",
26899+
"username": "web-flow"
26900+
},
26901+
"distinct": true,
26902+
"id": "5c3ce72102d96bffbd0327c54333e34b371f61d7",
26903+
"message": "Update msal/__main__.py\n\nCo-authored-by: Ray Luo <[email protected]>",
26904+
"timestamp": "2025-03-11T16:39:24-07:00",
26905+
"tree_id": "32686471d96379a3695dedc5f568730d6b446f08",
26906+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/5c3ce72102d96bffbd0327c54333e34b371f61d7"
26907+
},
26908+
"date": 1741736481956,
26909+
"tool": "pytest",
26910+
"benches": [
26911+
{
26912+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26913+
"value": 43625.058553001945,
26914+
"unit": "iter/sec",
26915+
"range": "stddev: 0.000002265770894521653",
26916+
"extra": "mean: 22.922605336679545 usec\nrounds: 9294"
26917+
},
26918+
{
26919+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26920+
"value": 39100.748433796616,
26921+
"unit": "iter/sec",
26922+
"range": "stddev: 0.000003009103922938165",
26923+
"extra": "mean: 25.574958026523422 usec\nrounds: 14938"
26924+
},
26925+
{
26926+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26927+
"value": 8146.995976699871,
26928+
"unit": "iter/sec",
26929+
"range": "stddev: 0.00001478026345719148",
26930+
"extra": "mean: 122.74462916883299 usec\nrounds: 3778"
26931+
},
26932+
{
26933+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26934+
"value": 7868.967339692774,
26935+
"unit": "iter/sec",
26936+
"range": "stddev: 0.000014229425473886348",
26937+
"extra": "mean: 127.08147801755176 usec\nrounds: 5004"
26938+
}
26939+
]
2688826940
}
2688926941
]
2689026942
}

0 commit comments

Comments
 (0)