Skip to content

Commit 8ef9999

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 854136a
1 parent 87a911a commit 8ef9999

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": 1753392833451,
2+
"lastUpdate": 1754974065666,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31305,6 +31305,58 @@ window.BENCHMARK_DATA = {
3130531305
"extra": "mean: 136.06141266898337 usec\nrounds: 3773"
3130631306
}
3130731307
]
31308+
},
31309+
{
31310+
"commit": {
31311+
"author": {
31312+
"email": "[email protected]",
31313+
"name": "Ray Luo",
31314+
"username": "rayluo"
31315+
},
31316+
"committer": {
31317+
"email": "[email protected]",
31318+
"name": "Ray Luo",
31319+
"username": "rayluo"
31320+
},
31321+
"distinct": true,
31322+
"id": "854136a47ebe87dbe0320bb1cd7b193eeee9270e",
31323+
"message": "ADFS labs were decommissioned since late July 2025",
31324+
"timestamp": "2025-08-11T21:44:02-07:00",
31325+
"tree_id": "b5cc6da8c52e16f71e84bd1ebda06cbd6018b545",
31326+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/854136a47ebe87dbe0320bb1cd7b193eeee9270e"
31327+
},
31328+
"date": 1754974065073,
31329+
"tool": "pytest",
31330+
"benches": [
31331+
{
31332+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31333+
"value": 38962.576504497054,
31334+
"unit": "iter/sec",
31335+
"range": "stddev: 0.00000317611307945678",
31336+
"extra": "mean: 25.665653807175207 usec\nrounds: 7854"
31337+
},
31338+
{
31339+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31340+
"value": 38609.012461388935,
31341+
"unit": "iter/sec",
31342+
"range": "stddev: 0.000003485534136549205",
31343+
"extra": "mean: 25.900688369070643 usec\nrounds: 14315"
31344+
},
31345+
{
31346+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31347+
"value": 7569.483004846248,
31348+
"unit": "iter/sec",
31349+
"range": "stddev: 0.000015286878099217595",
31350+
"extra": "mean: 132.10941874891125 usec\nrounds: 4843"
31351+
},
31352+
{
31353+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31354+
"value": 7328.756111434569,
31355+
"unit": "iter/sec",
31356+
"range": "stddev: 0.000014962381897952349",
31357+
"extra": "mean: 136.44880315225208 usec\nrounds: 5075"
31358+
}
31359+
]
3130831360
}
3130931361
]
3131031362
}

0 commit comments

Comments
 (0)