Skip to content

Commit 046fa61

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 1c4148a
1 parent e14369a commit 046fa61

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": 1758582360309,
2+
"lastUpdate": 1758583040658,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32129,6 +32129,58 @@ window.BENCHMARK_DATA = {
3212932129
"extra": "mean: 140.28795530848177 usec\nrounds: 4766"
3213032130
}
3213132131
]
32132+
},
32133+
{
32134+
"commit": {
32135+
"author": {
32136+
"email": "[email protected]",
32137+
"name": "Ray Luo",
32138+
"username": "rayluo"
32139+
},
32140+
"committer": {
32141+
"email": "[email protected]",
32142+
"name": "GitHub",
32143+
"username": "web-flow"
32144+
},
32145+
"distinct": true,
32146+
"id": "1c4148a027fa11e3c9e7fa76cf1f483b0a00efdb",
32147+
"message": "Merge branch 'dev' into release-1.34.0",
32148+
"timestamp": "2025-09-22T16:14:57-07:00",
32149+
"tree_id": "025a4c193f9429b78f4138152270d9cf16924d01",
32150+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/1c4148a027fa11e3c9e7fa76cf1f483b0a00efdb"
32151+
},
32152+
"date": 1758583039905,
32153+
"tool": "pytest",
32154+
"benches": [
32155+
{
32156+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32157+
"value": 39972.12112171272,
32158+
"unit": "iter/sec",
32159+
"range": "stddev: 0.0000024920772980404376",
32160+
"extra": "mean: 25.01743645164738 usec\nrounds: 8466"
32161+
},
32162+
{
32163+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32164+
"value": 36367.72103097124,
32165+
"unit": "iter/sec",
32166+
"range": "stddev: 0.000003033943255332156",
32167+
"extra": "mean: 27.496911317274638 usec\nrounds: 19192"
32168+
},
32169+
{
32170+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32171+
"value": 7626.121176219265,
32172+
"unit": "iter/sec",
32173+
"range": "stddev: 0.000015819594172896762",
32174+
"extra": "mean: 131.12825994928147 usec\nrounds: 5528"
32175+
},
32176+
{
32177+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32178+
"value": 7370.191230446432,
32179+
"unit": "iter/sec",
32180+
"range": "stddev: 0.000019261309454656806",
32181+
"extra": "mean: 135.68168975982286 usec\nrounds: 3955"
32182+
}
32183+
]
3213232184
}
3213332185
]
3213432186
}

0 commit comments

Comments
 (0)