Skip to content

Commit ce5ba79

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for decd73f
1 parent aca7b68 commit ce5ba79

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": 1742524744137,
2+
"lastUpdate": 1742593105772,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27509,6 +27509,58 @@ window.BENCHMARK_DATA = {
2750927509
"extra": "mean: 133.01871925598286 usec\nrounds: 5001"
2751027510
}
2751127511
]
27512+
},
27513+
{
27514+
"commit": {
27515+
"author": {
27516+
"email": "[email protected]",
27517+
"name": "Ray Luo",
27518+
"username": "rayluo"
27519+
},
27520+
"committer": {
27521+
"email": "[email protected]",
27522+
"name": "Ray Luo",
27523+
"username": "rayluo"
27524+
},
27525+
"distinct": true,
27526+
"id": "decd73faaa38fb2f2691d595c4fe32a7614b1cd5",
27527+
"message": "ManagedIdentityClient sends xms_cc and token_sha256_to_refresh to SF",
27528+
"timestamp": "2025-03-21T14:35:37-07:00",
27529+
"tree_id": "6cac342e8a1a7f7765d0820a680eb8d265b41db4",
27530+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/decd73faaa38fb2f2691d595c4fe32a7614b1cd5"
27531+
},
27532+
"date": 1742593105200,
27533+
"tool": "pytest",
27534+
"benches": [
27535+
{
27536+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27537+
"value": 42926.15875208271,
27538+
"unit": "iter/sec",
27539+
"range": "stddev: 0.0000023594465814383045",
27540+
"extra": "mean: 23.29581842566991 usec\nrounds: 8944"
27541+
},
27542+
{
27543+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27544+
"value": 41213.69721970353,
27545+
"unit": "iter/sec",
27546+
"range": "stddev: 0.0000026501569333977565",
27547+
"extra": "mean: 24.26377800247239 usec\nrounds: 15829"
27548+
},
27549+
{
27550+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27551+
"value": 8171.841619865758,
27552+
"unit": "iter/sec",
27553+
"range": "stddev: 0.000015501545297765956",
27554+
"extra": "mean: 122.37143676022778 usec\nrounds: 3803"
27555+
},
27556+
{
27557+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27558+
"value": 7789.122804649741,
27559+
"unit": "iter/sec",
27560+
"range": "stddev: 0.000015473157221486182",
27561+
"extra": "mean: 128.3841614877412 usec\nrounds: 4087"
27562+
}
27563+
]
2751227564
}
2751327565
]
2751427566
}

0 commit comments

Comments
 (0)