Skip to content

Commit 101cdf1

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 60d4080
1 parent 1ae2c24 commit 101cdf1

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": 1774887109534,
2+
"lastUpdate": 1774888090448,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38159,6 +38159,58 @@ window.BENCHMARK_DATA = {
3815938159
"extra": "mean: 107.2442646981496 usec\nrounds: 3725"
3816038160
}
3816138161
]
38162+
},
38163+
{
38164+
"commit": {
38165+
"author": {
38166+
"email": "RyAuld@microsoft.com",
38167+
"name": "Ryan Auld",
38168+
"username": "RyAuld"
38169+
},
38170+
"committer": {
38171+
"email": "RyAuld@microsoft.com",
38172+
"name": "Ryan Auld",
38173+
"username": "RyAuld"
38174+
},
38175+
"distinct": true,
38176+
"id": "60d4080348a4a83b0e55fb8bc35a46de5878c841",
38177+
"message": "Merge fix-e2e-tests into PyPI-ADO-PackagePublish",
38178+
"timestamp": "2026-03-30T09:24:41-07:00",
38179+
"tree_id": "52cf25073895f2841c2a97e84da1e433362b6d4d",
38180+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/60d4080348a4a83b0e55fb8bc35a46de5878c841"
38181+
},
38182+
"date": 1774888089005,
38183+
"tool": "pytest",
38184+
"benches": [
38185+
{
38186+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38187+
"value": 39782.12518406745,
38188+
"unit": "iter/sec",
38189+
"range": "stddev: 0.0000032680819299560428",
38190+
"extra": "mean: 25.13691753200996 usec\nrounds: 8185"
38191+
},
38192+
{
38193+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38194+
"value": 35647.39691356085,
38195+
"unit": "iter/sec",
38196+
"range": "stddev: 0.0000041535772341153825",
38197+
"extra": "mean: 28.052539219759517 usec\nrounds: 14406"
38198+
},
38199+
{
38200+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38201+
"value": 7467.802578763634,
38202+
"unit": "iter/sec",
38203+
"range": "stddev: 0.00001764611593173253",
38204+
"extra": "mean: 133.90819982891935 usec\nrounds: 3508"
38205+
},
38206+
{
38207+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38208+
"value": 7013.567268380255,
38209+
"unit": "iter/sec",
38210+
"range": "stddev: 0.000017007166885741268",
38211+
"extra": "mean: 142.58079544034152 usec\nrounds: 3158"
38212+
}
38213+
]
3816238214
}
3816338215
]
3816438216
}

0 commit comments

Comments
 (0)