Skip to content

Commit 66de14f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a521bff
1 parent 52e192d commit 66de14f

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": 1738868665776,
2+
"lastUpdate": 1738890193653,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25169,6 +25169,58 @@ window.BENCHMARK_DATA = {
2516925169
"extra": "mean: 130.87115180658412 usec\nrounds: 4262"
2517025170
}
2517125171
]
25172+
},
25173+
{
25174+
"commit": {
25175+
"author": {
25176+
"email": "[email protected]",
25177+
"name": "Ugonna Akali",
25178+
"username": "Ugonnaak1"
25179+
},
25180+
"committer": {
25181+
"email": "[email protected]",
25182+
"name": "Ugonna Akali",
25183+
"username": "Ugonnaak1"
25184+
},
25185+
"distinct": true,
25186+
"id": "a521bffeb7afc235e2e8161d6f2373970aea0313",
25187+
"message": "suggestion edits",
25188+
"timestamp": "2025-02-06T17:00:02-08:00",
25189+
"tree_id": "e54271873eda288aab863b575dece7e8041db98a",
25190+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a521bffeb7afc235e2e8161d6f2373970aea0313"
25191+
},
25192+
"date": 1738890192513,
25193+
"tool": "pytest",
25194+
"benches": [
25195+
{
25196+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25197+
"value": 44305.921980694264,
25198+
"unit": "iter/sec",
25199+
"range": "stddev: 0.000002517577762094055",
25200+
"extra": "mean: 22.570346249328413 usec\nrounds: 8852"
25201+
},
25202+
{
25203+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25204+
"value": 39975.924145695855,
25205+
"unit": "iter/sec",
25206+
"range": "stddev: 0.0000030702505451321995",
25207+
"extra": "mean: 25.01505647137537 usec\nrounds: 15105"
25208+
},
25209+
{
25210+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25211+
"value": 8212.541039432022,
25212+
"unit": "iter/sec",
25213+
"range": "stddev: 0.000014956834240568621",
25214+
"extra": "mean: 121.76499273471634 usec\nrounds: 3854"
25215+
},
25216+
{
25217+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25218+
"value": 7873.641106230638,
25219+
"unit": "iter/sec",
25220+
"range": "stddev: 0.000014921879904739102",
25221+
"extra": "mean: 127.00604288512355 usec\nrounds: 4104"
25222+
}
25223+
]
2517225224
}
2517325225
]
2517425226
}

0 commit comments

Comments
 (0)