Skip to content

Commit fd33a81

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 37d9af5
1 parent ca96ef2 commit fd33a81

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": 1745586767494,
2+
"lastUpdate": 1746479822948,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29173,6 +29173,58 @@ window.BENCHMARK_DATA = {
2917329173
"extra": "mean: 128.32717377992384 usec\nrounds: 4569"
2917429174
}
2917529175
]
29176+
},
29177+
{
29178+
"commit": {
29179+
"author": {
29180+
"email": "[email protected]",
29181+
"name": "Ray Luo",
29182+
"username": "rayluo"
29183+
},
29184+
"committer": {
29185+
"email": "[email protected]",
29186+
"name": "GitHub",
29187+
"username": "web-flow"
29188+
},
29189+
"distinct": true,
29190+
"id": "37d9af53b75800044926b8c6aa4e5b4317cf5c5b",
29191+
"message": "Merge pull request #816 from AzureAD/release-1.32.3\n\nMerge release 1.32.3 back to dev branch",
29192+
"timestamp": "2025-05-05T14:14:46-07:00",
29193+
"tree_id": "fca07bf9cbfbb9c5050ed3b928e7a75e3801d161",
29194+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/37d9af53b75800044926b8c6aa4e5b4317cf5c5b"
29195+
},
29196+
"date": 1746479821913,
29197+
"tool": "pytest",
29198+
"benches": [
29199+
{
29200+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29201+
"value": 41873.74791478319,
29202+
"unit": "iter/sec",
29203+
"range": "stddev: 0.0000023906389291611316",
29204+
"extra": "mean: 23.88131107908203 usec\nrounds: 7654"
29205+
},
29206+
{
29207+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29208+
"value": 40395.35357313963,
29209+
"unit": "iter/sec",
29210+
"range": "stddev: 0.0000027984906156328157",
29211+
"extra": "mean: 24.755322371158474 usec\nrounds: 18944"
29212+
},
29213+
{
29214+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29215+
"value": 8045.1090359505915,
29216+
"unit": "iter/sec",
29217+
"range": "stddev: 0.000015774695937691835",
29218+
"extra": "mean: 124.29912329731927 usec\nrounds: 5726"
29219+
},
29220+
{
29221+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29222+
"value": 7663.609060361326,
29223+
"unit": "iter/sec",
29224+
"range": "stddev: 0.000014697863106876197",
29225+
"extra": "mean: 130.48682313041314 usec\nrounds: 5603"
29226+
}
29227+
]
2917629228
}
2917729229
]
2917829230
}

0 commit comments

Comments
 (0)