Skip to content

Commit d1e9ca2

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 6cae429
1 parent bf8ebf3 commit d1e9ca2

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": 1758914827608,
2+
"lastUpdate": 1758930351683,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32597,6 +32597,58 @@ window.BENCHMARK_DATA = {
3259732597
"extra": "mean: 133.3055505618036 usec\nrounds: 4806"
3259832598
}
3259932599
]
32600+
},
32601+
{
32602+
"commit": {
32603+
"author": {
32604+
"email": "[email protected]",
32605+
"name": "Ugonna Akali",
32606+
"username": "Ugonnaak1"
32607+
},
32608+
"committer": {
32609+
"email": "[email protected]",
32610+
"name": "Ugonna Akali",
32611+
"username": "Ugonnaak1"
32612+
},
32613+
"distinct": true,
32614+
"id": "6cae42984b07868aad8a116da671db90be151b5e",
32615+
"message": "reenable tests",
32616+
"timestamp": "2025-09-26T16:43:23-07:00",
32617+
"tree_id": "ed24ee2b421731cde87bc740ccef76503a99e9ce",
32618+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/6cae42984b07868aad8a116da671db90be151b5e"
32619+
},
32620+
"date": 1758930350262,
32621+
"tool": "pytest",
32622+
"benches": [
32623+
{
32624+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32625+
"value": 39132.11280910431,
32626+
"unit": "iter/sec",
32627+
"range": "stddev: 0.000003063083366808274",
32628+
"extra": "mean: 25.554459706232485 usec\nrounds: 8103"
32629+
},
32630+
{
32631+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32632+
"value": 34471.39004952014,
32633+
"unit": "iter/sec",
32634+
"range": "stddev: 0.000003291120079664191",
32635+
"extra": "mean: 29.009564121535057 usec\nrounds: 14878"
32636+
},
32637+
{
32638+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32639+
"value": 7470.3153302169685,
32640+
"unit": "iter/sec",
32641+
"range": "stddev: 0.000017342832086189235",
32642+
"extra": "mean: 133.86315781812598 usec\nrounds: 3428"
32643+
},
32644+
{
32645+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32646+
"value": 7013.572635391457,
32647+
"unit": "iter/sec",
32648+
"range": "stddev: 0.00001645806963497875",
32649+
"extra": "mean: 142.5806863329342 usec\nrounds: 3000"
32650+
}
32651+
]
3260032652
}
3260132653
]
3260232654
}

0 commit comments

Comments
 (0)