Skip to content

Commit 404c4ca

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for bf27fc6
1 parent dcd69db commit 404c4ca

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": 1738041864098,
2+
"lastUpdate": 1738042586765,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24961,6 +24961,58 @@ window.BENCHMARK_DATA = {
2496124961
"extra": "mean: 122.10414631164603 usec\nrounds: 4135"
2496224962
}
2496324963
]
24964+
},
24965+
{
24966+
"commit": {
24967+
"author": {
24968+
"email": "[email protected]",
24969+
"name": "Ray Luo",
24970+
"username": "rayluo"
24971+
},
24972+
"committer": {
24973+
"email": "[email protected]",
24974+
"name": "Ray Luo",
24975+
"username": "rayluo"
24976+
},
24977+
"distinct": true,
24978+
"id": "bf27fc6d28320dc1384b98ca7bd9844a3a6f809f",
24979+
"message": "MSAL Python 1.31.2b1",
24980+
"timestamp": "2025-01-27T21:19:44-08:00",
24981+
"tree_id": "1f41f2c17044be57bf7c1d6ad534bd4c849e4aed",
24982+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/bf27fc6d28320dc1384b98ca7bd9844a3a6f809f"
24983+
},
24984+
"date": 1738042585758,
24985+
"tool": "pytest",
24986+
"benches": [
24987+
{
24988+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24989+
"value": 42110.8699879016,
24990+
"unit": "iter/sec",
24991+
"range": "stddev: 0.000003911509132262641",
24992+
"extra": "mean: 23.746837818532335 usec\nrounds: 8324"
24993+
},
24994+
{
24995+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24996+
"value": 40891.16509700904,
24997+
"unit": "iter/sec",
24998+
"range": "stddev: 0.000002653494811432837",
24999+
"extra": "mean: 24.455160366001515 usec\nrounds: 15739"
25000+
},
25001+
{
25002+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25003+
"value": 8462.469604503303,
25004+
"unit": "iter/sec",
25005+
"range": "stddev: 0.000015204951711682803",
25006+
"extra": "mean: 118.16881439288716 usec\nrounds: 4391"
25007+
},
25008+
{
25009+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25010+
"value": 8032.553744323376,
25011+
"unit": "iter/sec",
25012+
"range": "stddev: 0.000014781036917854447",
25013+
"extra": "mean: 124.49340917347764 usec\nrounds: 4404"
25014+
}
25015+
]
2496425016
}
2496525017
]
2496625018
}

0 commit comments

Comments
 (0)