Skip to content

Commit d796530

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 14bcad3
1 parent 6098850 commit d796530

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": 1760999682136,
2+
"lastUpdate": 1761170871779,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33325,6 +33325,58 @@ window.BENCHMARK_DATA = {
3332533325
"extra": "mean: 136.80677885002774 usec\nrounds: 4766"
3332633326
}
3332733327
]
33328+
},
33329+
{
33330+
"commit": {
33331+
"author": {
33332+
"email": "[email protected]",
33333+
"name": "Ray Luo",
33334+
"username": "rayluo"
33335+
},
33336+
"committer": {
33337+
"email": "[email protected]",
33338+
"name": "Ray Luo",
33339+
"username": "rayluo"
33340+
},
33341+
"distinct": true,
33342+
"id": "14bcad3e79b34c1b077d874abc1502e012426f00",
33343+
"message": "Remove the reliance on socket.getfqdn()",
33344+
"timestamp": "2025-10-22T15:03:15-07:00",
33345+
"tree_id": "19d7db3b4ceae1d56c7f471879eead6987d41851",
33346+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/14bcad3e79b34c1b077d874abc1502e012426f00"
33347+
},
33348+
"date": 1761170870362,
33349+
"tool": "pytest",
33350+
"benches": [
33351+
{
33352+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33353+
"value": 40239.8982640392,
33354+
"unit": "iter/sec",
33355+
"range": "stddev: 0.000003097711476467442",
33356+
"extra": "mean: 24.850957461134048 usec\nrounds: 10226"
33357+
},
33358+
{
33359+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33360+
"value": 39040.22152943261,
33361+
"unit": "iter/sec",
33362+
"range": "stddev: 0.0000026155317452240475",
33363+
"extra": "mean: 25.614608750262732 usec\nrounds: 19269"
33364+
},
33365+
{
33366+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33367+
"value": 7514.947527619575,
33368+
"unit": "iter/sec",
33369+
"range": "stddev: 0.000016435988418173597",
33370+
"extra": "mean: 133.06812806406364 usec\nrounds: 5466"
33371+
},
33372+
{
33373+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33374+
"value": 7453.759673381534,
33375+
"unit": "iter/sec",
33376+
"range": "stddev: 0.000014994037490124504",
33377+
"extra": "mean: 134.1604832754598 usec\nrounds: 5262"
33378+
}
33379+
]
3332833380
}
3332933381
]
3333033382
}

0 commit comments

Comments
 (0)