Skip to content

Commit 9697e68

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4b4c97e
1 parent 43d8cbb commit 9697e68

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": 1758931213759,
2+
"lastUpdate": 1759161864380,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32753,6 +32753,58 @@ window.BENCHMARK_DATA = {
3275332753
"extra": "mean: 134.22687046456343 usec\nrounds: 5705"
3275432754
}
3275532755
]
32756+
},
32757+
{
32758+
"commit": {
32759+
"author": {
32760+
"email": "[email protected]",
32761+
"name": "Ugonna Akali",
32762+
"username": "Ugonnaak1"
32763+
},
32764+
"committer": {
32765+
"email": "[email protected]",
32766+
"name": "GitHub",
32767+
"username": "web-flow"
32768+
},
32769+
"distinct": true,
32770+
"id": "4b4c97e004baacdba773bb8d6166da6e53fa8465",
32771+
"message": "fix wording\n\nCo-authored-by: Bogdan Gavril <[email protected]>",
32772+
"timestamp": "2025-09-29T09:02:11-07:00",
32773+
"tree_id": "f98ad74e0270fb13d0fe0f21d02a75b8bf960d74",
32774+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4b4c97e004baacdba773bb8d6166da6e53fa8465"
32775+
},
32776+
"date": 1759161863535,
32777+
"tool": "pytest",
32778+
"benches": [
32779+
{
32780+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32781+
"value": 40000.6923602131,
32782+
"unit": "iter/sec",
32783+
"range": "stddev: 0.000002536725947961849",
32784+
"extra": "mean: 24.999567282356722 usec\nrounds: 8338"
32785+
},
32786+
{
32787+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32788+
"value": 38142.46917299121,
32789+
"unit": "iter/sec",
32790+
"range": "stddev: 0.000002725925437406457",
32791+
"extra": "mean: 26.217495135529997 usec\nrounds: 15418"
32792+
},
32793+
{
32794+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32795+
"value": 7572.662255016337,
32796+
"unit": "iter/sec",
32797+
"range": "stddev: 0.000015570283816724112",
32798+
"extra": "mean: 132.0539549136201 usec\nrounds: 3704"
32799+
},
32800+
{
32801+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32802+
"value": 7197.785672147643,
32803+
"unit": "iter/sec",
32804+
"range": "stddev: 0.00001548844395752027",
32805+
"extra": "mean: 138.9316166872783 usec\nrounds: 4842"
32806+
}
32807+
]
3275632808
}
3275732809
]
3275832810
}

0 commit comments

Comments
 (0)