Skip to content

Commit 1f7d304

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f22994f
1 parent 985008d commit 1f7d304

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": 1740079916690,
2+
"lastUpdate": 1740082169228,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26157,6 +26157,58 @@ window.BENCHMARK_DATA = {
2615726157
"extra": "mean: 128.59762900833707 usec\nrounds: 4771"
2615826158
}
2615926159
]
26160+
},
26161+
{
26162+
"commit": {
26163+
"author": {
26164+
"email": "[email protected]",
26165+
"name": "Ray Luo",
26166+
"username": "rayluo"
26167+
},
26168+
"committer": {
26169+
"email": "[email protected]",
26170+
"name": "Ray Luo",
26171+
"username": "rayluo"
26172+
},
26173+
"distinct": true,
26174+
"id": "f22994f93e1f49d6fb6234bbc8a7a1c90604b247",
26175+
"message": "enable_broker_on_windows and enable_broker_on_mac present as keyword-only arguments",
26176+
"timestamp": "2025-02-20T12:05:35-08:00",
26177+
"tree_id": "d59102f0e4d6a966b6fa5353807aba267b12ef77",
26178+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f22994f93e1f49d6fb6234bbc8a7a1c90604b247"
26179+
},
26180+
"date": 1740082168764,
26181+
"tool": "pytest",
26182+
"benches": [
26183+
{
26184+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26185+
"value": 43478.06024136815,
26186+
"unit": "iter/sec",
26187+
"range": "stddev: 0.0000024793792606645305",
26188+
"extra": "mean: 23.000106132805993 usec\nrounds: 8169"
26189+
},
26190+
{
26191+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26192+
"value": 39998.910834156384,
26193+
"unit": "iter/sec",
26194+
"range": "stddev: 0.0000030305732666945247",
26195+
"extra": "mean: 25.000680747188426 usec\nrounds: 15151"
26196+
},
26197+
{
26198+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26199+
"value": 8196.86595035572,
26200+
"unit": "iter/sec",
26201+
"range": "stddev: 0.000015585530590128973",
26202+
"extra": "mean: 121.99784723289308 usec\nrounds: 5204"
26203+
},
26204+
{
26205+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26206+
"value": 7652.5744179277835,
26207+
"unit": "iter/sec",
26208+
"range": "stddev: 0.00001618678906883499",
26209+
"extra": "mean: 130.6749788224584 usec\nrounds: 3872"
26210+
}
26211+
]
2616026212
}
2616126213
]
2616226214
}

0 commit comments

Comments
 (0)