Skip to content

Commit 824c1c5

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f0dec59
1 parent 45001fa commit 824c1c5

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": 1761239055992,
2+
"lastUpdate": 1761964956998,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33429,6 +33429,58 @@ window.BENCHMARK_DATA = {
3342933429
"extra": "mean: 136.63528372634866 usec\nrounds: 5174"
3343033430
}
3343133431
]
33432+
},
33433+
{
33434+
"commit": {
33435+
"author": {
33436+
"email": "[email protected]",
33437+
"name": "Ray Luo",
33438+
"username": "rayluo"
33439+
},
33440+
"committer": {
33441+
"email": "[email protected]",
33442+
"name": "GitHub",
33443+
"username": "web-flow"
33444+
},
33445+
"distinct": true,
33446+
"id": "f0dec594f18b76afb422396e710b0834cbac352b",
33447+
"message": "Merge pull request #835 from vi7us/vitcurda/20250624/cert-thumbprint-made-optional\n\nThumbprint for certificate made optional",
33448+
"timestamp": "2025-10-31T19:38:34-07:00",
33449+
"tree_id": "e8c3c37c0b891d90818e7c7b8a7a785051397b73",
33450+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f0dec594f18b76afb422396e710b0834cbac352b"
33451+
},
33452+
"date": 1761964955958,
33453+
"tool": "pytest",
33454+
"benches": [
33455+
{
33456+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33457+
"value": 39619.54685685082,
33458+
"unit": "iter/sec",
33459+
"range": "stddev: 0.0000036967706335596025",
33460+
"extra": "mean: 25.240066566462627 usec\nrounds: 7316"
33461+
},
33462+
{
33463+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33464+
"value": 35884.95477409006,
33465+
"unit": "iter/sec",
33466+
"range": "stddev: 0.000003546784480119511",
33467+
"extra": "mean: 27.866831832320656 usec\nrounds: 17988"
33468+
},
33469+
{
33470+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33471+
"value": 7458.37392476451,
33472+
"unit": "iter/sec",
33473+
"range": "stddev: 0.000016885485710358765",
33474+
"extra": "mean: 134.07748258365498 usec\nrounds: 4335"
33475+
},
33476+
{
33477+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33478+
"value": 7017.336223551672,
33479+
"unit": "iter/sec",
33480+
"range": "stddev: 0.000016227502671029654",
33481+
"extra": "mean: 142.50421643526033 usec\nrounds: 4320"
33482+
}
33483+
]
3343233484
}
3343333485
]
3343433486
}

0 commit comments

Comments
 (0)