Skip to content

Commit 1a8cf47

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for deb61fa
1 parent 80c0364 commit 1a8cf47

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": 1747353625141,
2+
"lastUpdate": 1747420410818,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29797,6 +29797,58 @@ window.BENCHMARK_DATA = {
2979729797
"extra": "mean: 129.08140851050578 usec\nrounds: 4230"
2979829798
}
2979929799
]
29800+
},
29801+
{
29802+
"commit": {
29803+
"author": {
29804+
"email": "[email protected]",
29805+
"name": "Ray Luo",
29806+
"username": "rayluo"
29807+
},
29808+
"committer": {
29809+
"email": "[email protected]",
29810+
"name": "Ray Luo",
29811+
"username": "rayluo"
29812+
},
29813+
"distinct": false,
29814+
"id": "deb61fa1f67d6863c4137a3a0c04db791b0d3a72",
29815+
"message": "Improve test cases to test header-less response",
29816+
"timestamp": "2025-05-15T16:51:37-07:00",
29817+
"tree_id": "3b947f0c76849db951f60135dc58307900be93fd",
29818+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/deb61fa1f67d6863c4137a3a0c04db791b0d3a72"
29819+
},
29820+
"date": 1747420409644,
29821+
"tool": "pytest",
29822+
"benches": [
29823+
{
29824+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29825+
"value": 42300.64624044367,
29826+
"unit": "iter/sec",
29827+
"range": "stddev: 0.000002555071842270223",
29828+
"extra": "mean: 23.640300772613248 usec\nrounds: 7637"
29829+
},
29830+
{
29831+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29832+
"value": 40905.5293989761,
29833+
"unit": "iter/sec",
29834+
"range": "stddev: 0.000002923777192022133",
29835+
"extra": "mean: 24.44657274194894 usec\nrounds: 15335"
29836+
},
29837+
{
29838+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29839+
"value": 7992.143351093786,
29840+
"unit": "iter/sec",
29841+
"range": "stddev: 0.000016084844956080978",
29842+
"extra": "mean: 125.12288081809024 usec\nrounds: 3717"
29843+
},
29844+
{
29845+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29846+
"value": 7752.55025814185,
29847+
"unit": "iter/sec",
29848+
"range": "stddev: 0.000014679576957259334",
29849+
"extra": "mean: 128.9898119589466 usec\nrounds: 3813"
29850+
}
29851+
]
2980029852
}
2980129853
]
2980229854
}

0 commit comments

Comments
 (0)