Skip to content

Commit 6f30866

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d1a9717
1 parent a232352 commit 6f30866

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": 1758775646301,
2+
"lastUpdate": 1758796183220,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32285,6 +32285,58 @@ window.BENCHMARK_DATA = {
3228532285
"extra": "mean: 137.05113357742226 usec\nrounds: 5188"
3228632286
}
3228732287
]
32288+
},
32289+
{
32290+
"commit": {
32291+
"author": {
32292+
"email": "[email protected]",
32293+
"name": "Ray Luo",
32294+
"username": "rayluo"
32295+
},
32296+
"committer": {
32297+
"email": "[email protected]",
32298+
"name": "Ray Luo",
32299+
"username": "rayluo"
32300+
},
32301+
"distinct": true,
32302+
"id": "d1a9717aab66e227fe7fb20f2b35d4682d10865d",
32303+
"message": "Demonstrates the behavior of mismatching scope",
32304+
"timestamp": "2025-09-25T03:23:56-07:00",
32305+
"tree_id": "bf860c5505b1ae1614c60806a3e960aa9cd5c22c",
32306+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d1a9717aab66e227fe7fb20f2b35d4682d10865d"
32307+
},
32308+
"date": 1758796181746,
32309+
"tool": "pytest",
32310+
"benches": [
32311+
{
32312+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32313+
"value": 43643.71765242799,
32314+
"unit": "iter/sec",
32315+
"range": "stddev: 0.0000013857105982645445",
32316+
"extra": "mean: 22.91280518226815 usec\nrounds: 9301"
32317+
},
32318+
{
32319+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32320+
"value": 38325.246315454926,
32321+
"unit": "iter/sec",
32322+
"range": "stddev: 0.000004226307861586083",
32323+
"extra": "mean: 26.09246113564423 usec\nrounds: 14705"
32324+
},
32325+
{
32326+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32327+
"value": 8841.262807098085,
32328+
"unit": "iter/sec",
32329+
"range": "stddev: 0.000012669594976329559",
32330+
"extra": "mean: 113.1060145839307 usec\nrounds: 3497"
32331+
},
32332+
{
32333+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32334+
"value": 8352.205053830008,
32335+
"unit": "iter/sec",
32336+
"range": "stddev: 0.000012471072096987197",
32337+
"extra": "mean: 119.72886124741842 usec\nrounds: 4281"
32338+
}
32339+
]
3228832340
}
3228932341
]
3229032342
}

0 commit comments

Comments
 (0)