Skip to content

Commit 9361c45

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 05b1424
1 parent 1f3c716 commit 9361c45

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": 1741890143080,
2+
"lastUpdate": 1742426611720,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27405,6 +27405,58 @@ window.BENCHMARK_DATA = {
2740527405
"extra": "mean: 138.57709943879325 usec\nrounds: 3208"
2740627406
}
2740727407
]
27408+
},
27409+
{
27410+
"commit": {
27411+
"author": {
27412+
"email": "[email protected]",
27413+
"name": "Ray Luo",
27414+
"username": "rayluo"
27415+
},
27416+
"committer": {
27417+
"email": "[email protected]",
27418+
"name": "Ray Luo",
27419+
"username": "rayluo"
27420+
},
27421+
"distinct": true,
27422+
"id": "05b14244524828fe800785d3691642a7dbc93102",
27423+
"message": "ManagedIdentityClient sends xms_cc and token_sha256_to_refresh to SF",
27424+
"timestamp": "2025-03-19T16:12:14-07:00",
27425+
"tree_id": "9f84f5699a95a6e31c2eb5136bb5c7448d326c35",
27426+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/05b14244524828fe800785d3691642a7dbc93102"
27427+
},
27428+
"date": 1742426611140,
27429+
"tool": "pytest",
27430+
"benches": [
27431+
{
27432+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27433+
"value": 43837.78045019136,
27434+
"unit": "iter/sec",
27435+
"range": "stddev: 0.000002482874790946642",
27436+
"extra": "mean: 22.811373881855253 usec\nrounds: 13416"
27437+
},
27438+
{
27439+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27440+
"value": 41748.07207764429,
27441+
"unit": "iter/sec",
27442+
"range": "stddev: 0.000002533624977657321",
27443+
"extra": "mean: 23.953201914094873 usec\nrounds: 20271"
27444+
},
27445+
{
27446+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27447+
"value": 8101.22869490957,
27448+
"unit": "iter/sec",
27449+
"range": "stddev: 0.000014865484340861154",
27450+
"extra": "mean: 123.43806571321123 usec\nrounds: 5174"
27451+
},
27452+
{
27453+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27454+
"value": 7980.101935967343,
27455+
"unit": "iter/sec",
27456+
"range": "stddev: 0.000014641613156204959",
27457+
"extra": "mean: 125.31168248526649 usec\nrounds: 4088"
27458+
}
27459+
]
2740827460
}
2740927461
]
2741027462
}

0 commit comments

Comments
 (0)