Skip to content

Commit dd2e53f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3390e8c
1 parent bdebbe3 commit dd2e53f

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": 1746572858252,
2+
"lastUpdate": 1746687048660,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29381,6 +29381,58 @@ window.BENCHMARK_DATA = {
2938129381
"extra": "mean: 125.4560814678547 usec\nrounds: 4333"
2938229382
}
2938329383
]
29384+
},
29385+
{
29386+
"commit": {
29387+
"author": {
29388+
"email": "[email protected]",
29389+
"name": "Ray Luo",
29390+
"username": "rayluo"
29391+
},
29392+
"committer": {
29393+
"email": "[email protected]",
29394+
"name": "Ray Luo",
29395+
"username": "rayluo"
29396+
},
29397+
"distinct": true,
29398+
"id": "3390e8c90780894c74020294e94ad52d15b2ca0c",
29399+
"message": "Properly throw MsalServiceError exception",
29400+
"timestamp": "2025-05-06T16:14:33-07:00",
29401+
"tree_id": "535dae9dd80f9e0caabafef14f4dc9eb69713680",
29402+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/3390e8c90780894c74020294e94ad52d15b2ca0c"
29403+
},
29404+
"date": 1746687048073,
29405+
"tool": "pytest",
29406+
"benches": [
29407+
{
29408+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29409+
"value": 41717.87492908804,
29410+
"unit": "iter/sec",
29411+
"range": "stddev: 0.0000027199499964578654",
29412+
"extra": "mean: 23.970540246831796 usec\nrounds: 8187"
29413+
},
29414+
{
29415+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29416+
"value": 36021.92037405388,
29417+
"unit": "iter/sec",
29418+
"range": "stddev: 0.0000034304160336529305",
29419+
"extra": "mean: 27.76087420148447 usec\nrounds: 14245"
29420+
},
29421+
{
29422+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29423+
"value": 7972.838461608553,
29424+
"unit": "iter/sec",
29425+
"range": "stddev: 0.000016099303613485833",
29426+
"extra": "mean: 125.42584486256426 usec\nrounds: 3455"
29427+
},
29428+
{
29429+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29430+
"value": 7371.353915556394,
29431+
"unit": "iter/sec",
29432+
"range": "stddev: 0.000014773527496194195",
29433+
"extra": "mean: 135.66028866008116 usec\nrounds: 3104"
29434+
}
29435+
]
2938429436
}
2938529437
]
2938629438
}

0 commit comments

Comments
 (0)