Skip to content

Commit a07e47d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 59fa195
1 parent 1540198 commit a07e47d

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": 1760553061135,
2+
"lastUpdate": 1760553398114,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33169,6 +33169,58 @@ window.BENCHMARK_DATA = {
3316933169
"extra": "mean: 138.5608644408871 usec\nrounds: 4463"
3317033170
}
3317133171
]
33172+
},
33173+
{
33174+
"commit": {
33175+
"author": {
33176+
"email": "[email protected]",
33177+
"name": "Dharshan BJ",
33178+
"username": "DharshanBJ"
33179+
},
33180+
"committer": {
33181+
"email": "[email protected]",
33182+
"name": "Ray Luo",
33183+
"username": "rayluo"
33184+
},
33185+
"distinct": true,
33186+
"id": "59fa195804532bbc5708e13fa5b6245827d469b6",
33187+
"message": "Update pymsalruntime version range to handle the latest 0.20.0 release",
33188+
"timestamp": "2025-10-15T11:32:52-07:00",
33189+
"tree_id": "1bab490a79f232d927ec701eb9e89492835fe5a5",
33190+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/59fa195804532bbc5708e13fa5b6245827d469b6"
33191+
},
33192+
"date": 1760553397354,
33193+
"tool": "pytest",
33194+
"benches": [
33195+
{
33196+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33197+
"value": 40277.98412111814,
33198+
"unit": "iter/sec",
33199+
"range": "stddev: 0.000002831136277901384",
33200+
"extra": "mean: 24.827459015648458 usec\nrounds: 7686"
33201+
},
33202+
{
33203+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33204+
"value": 34362.366512106506,
33205+
"unit": "iter/sec",
33206+
"range": "stddev: 0.0000030072934069099785",
33207+
"extra": "mean: 29.10160450234652 usec\nrounds: 16569"
33208+
},
33209+
{
33210+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33211+
"value": 7549.124611321056,
33212+
"unit": "iter/sec",
33213+
"range": "stddev: 0.000016368661054816972",
33214+
"extra": "mean: 132.46568992918046 usec\nrounds: 4270"
33215+
},
33216+
{
33217+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33218+
"value": 7047.9191319966285,
33219+
"unit": "iter/sec",
33220+
"range": "stddev: 0.000016318364263327762",
33221+
"extra": "mean: 141.88585045763807 usec\nrounds: 3932"
33222+
}
33223+
]
3317233224
}
3317333225
]
3317433226
}

0 commit comments

Comments
 (0)