Skip to content

Commit 229b5d4

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7f3bf27
1 parent 6d0c188 commit 229b5d4

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": 1743804918571,
2+
"lastUpdate": 1744041316772,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28237,6 +28237,58 @@ window.BENCHMARK_DATA = {
2823728237
"extra": "mean: 132.6901699304677 usec\nrounds: 3013"
2823828238
}
2823928239
]
28240+
},
28241+
{
28242+
"commit": {
28243+
"author": {
28244+
"email": "[email protected]",
28245+
"name": "Dharshan BJ",
28246+
"username": "DharshanBJ"
28247+
},
28248+
"committer": {
28249+
"email": "[email protected]",
28250+
"name": "GitHub",
28251+
"username": "web-flow"
28252+
},
28253+
"distinct": true,
28254+
"id": "7f3bf271d89e66914ee6b39fe39c3a2f18d9721c",
28255+
"message": "Merge branch 'dev' into dharshanb/brokerSupportLinux",
28256+
"timestamp": "2025-04-07T08:53:00-07:00",
28257+
"tree_id": "c5a5430bdd6f9122b7b5d23a79fa6cb9d64ad33d",
28258+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7f3bf271d89e66914ee6b39fe39c3a2f18d9721c"
28259+
},
28260+
"date": 1744041316093,
28261+
"tool": "pytest",
28262+
"benches": [
28263+
{
28264+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28265+
"value": 43402.71633752307,
28266+
"unit": "iter/sec",
28267+
"range": "stddev: 0.0000026113978289639623",
28268+
"extra": "mean: 23.04003261508928 usec\nrounds: 8769"
28269+
},
28270+
{
28271+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28272+
"value": 41334.89641587658,
28273+
"unit": "iter/sec",
28274+
"range": "stddev: 0.000002664045257838115",
28275+
"extra": "mean: 24.192633506053827 usec\nrounds: 15430"
28276+
},
28277+
{
28278+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28279+
"value": 8144.461822565905,
28280+
"unit": "iter/sec",
28281+
"range": "stddev: 0.00001610336864322658",
28282+
"extra": "mean: 122.78282123311016 usec\nrounds: 4201"
28283+
},
28284+
{
28285+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28286+
"value": 7803.877689701838,
28287+
"unit": "iter/sec",
28288+
"range": "stddev: 0.000015801420099078825",
28289+
"extra": "mean: 128.1414240153483 usec\nrounds: 3606"
28290+
}
28291+
]
2824028292
}
2824128293
]
2824228294
}

0 commit comments

Comments
 (0)