Skip to content

Commit cf5ed38

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 0922465
1 parent c9e24d2 commit cf5ed38

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": 1741816223222,
2+
"lastUpdate": 1741887536014,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27301,6 +27301,58 @@ window.BENCHMARK_DATA = {
2730127301
"extra": "mean: 126.86077114938257 usec\nrounds: 3889"
2730227302
}
2730327303
]
27304+
},
27305+
{
27306+
"commit": {
27307+
"author": {
27308+
"email": "[email protected]",
27309+
"name": "Ray Luo",
27310+
"username": "rayluo"
27311+
},
27312+
"committer": {
27313+
"email": "[email protected]",
27314+
"name": "Ray Luo",
27315+
"username": "rayluo"
27316+
},
27317+
"distinct": true,
27318+
"id": "0922465b62b4961e494cf8a2c23d6dc71d2f439a",
27319+
"message": "Add access_token_sha256_to_refresh",
27320+
"timestamp": "2025-03-13T10:35:51-07:00",
27321+
"tree_id": "e08d5b2682fd97dcceb269dc859fb8a807d932aa",
27322+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/0922465b62b4961e494cf8a2c23d6dc71d2f439a"
27323+
},
27324+
"date": 1741887535428,
27325+
"tool": "pytest",
27326+
"benches": [
27327+
{
27328+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27329+
"value": 40508.58736833535,
27330+
"unit": "iter/sec",
27331+
"range": "stddev: 0.0000023705148787916175",
27332+
"extra": "mean: 24.68612373241328 usec\nrounds: 8777"
27333+
},
27334+
{
27335+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27336+
"value": 38739.39722328121,
27337+
"unit": "iter/sec",
27338+
"range": "stddev: 0.000002831975498966201",
27339+
"extra": "mean: 25.813514707942595 usec\nrounds: 15366"
27340+
},
27341+
{
27342+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27343+
"value": 8279.012117541139,
27344+
"unit": "iter/sec",
27345+
"range": "stddev: 0.000015362538827329905",
27346+
"extra": "mean: 120.78735793625088 usec\nrounds: 4051"
27347+
},
27348+
{
27349+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27350+
"value": 7746.467558957427,
27351+
"unit": "iter/sec",
27352+
"range": "stddev: 0.00001606234652942311",
27353+
"extra": "mean: 129.09109763761623 usec\nrounds: 3513"
27354+
}
27355+
]
2730427356
}
2730527357
]
2730627358
}

0 commit comments

Comments
 (0)