Skip to content

Commit 0376a60

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 3093816
1 parent 5d81384 commit 0376a60

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": 1750479094286,
2+
"lastUpdate": 1750745521752,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30889,6 +30889,58 @@ window.BENCHMARK_DATA = {
3088930889
"extra": "mean: 137.45447611497315 usec\nrounds: 4417"
3089030890
}
3089130891
]
30892+
},
30893+
{
30894+
"commit": {
30895+
"author": {
30896+
"email": "[email protected]",
30897+
"name": "Ray Luo",
30898+
"username": "rayluo"
30899+
},
30900+
"committer": {
30901+
"email": "[email protected]",
30902+
"name": "Ray Luo",
30903+
"username": "rayluo"
30904+
},
30905+
"distinct": true,
30906+
"id": "30938169514383d51ee3841a579c5d3a16205191",
30907+
"message": "Consolidate 6 boxes into 4",
30908+
"timestamp": "2025-06-23T22:50:06-07:00",
30909+
"tree_id": "36a0f5ef95a66bb70fd762f7d02ea34ae65afe1b",
30910+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/30938169514383d51ee3841a579c5d3a16205191"
30911+
},
30912+
"date": 1750745521159,
30913+
"tool": "pytest",
30914+
"benches": [
30915+
{
30916+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30917+
"value": 38605.44721190639,
30918+
"unit": "iter/sec",
30919+
"range": "stddev: 0.0000027031035760517857",
30920+
"extra": "mean: 25.90308032208439 usec\nrounds: 6586"
30921+
},
30922+
{
30923+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30924+
"value": 34363.19604485976,
30925+
"unit": "iter/sec",
30926+
"range": "stddev: 0.000003258112391402543",
30927+
"extra": "mean: 29.100901985209426 usec\nrounds: 13702"
30928+
},
30929+
{
30930+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30931+
"value": 7444.514330148731,
30932+
"unit": "iter/sec",
30933+
"range": "stddev: 0.000016651820168158446",
30934+
"extra": "mean: 134.32709719561 usec\nrounds: 3673"
30935+
},
30936+
{
30937+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30938+
"value": 6921.052552844001,
30939+
"unit": "iter/sec",
30940+
"range": "stddev: 0.000017323118146118424",
30941+
"extra": "mean: 144.48669365891172 usec\nrounds: 3359"
30942+
}
30943+
]
3089230944
}
3089330945
]
3089430946
}

0 commit comments

Comments
 (0)