Skip to content

Commit bc11ffc

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 7af3828
1 parent b99ff0a commit bc11ffc

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": 1752824853751,
2+
"lastUpdate": 1752874160651,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31045,6 +31045,58 @@ window.BENCHMARK_DATA = {
3104531045
"extra": "mean: 134.0702226890845 usec\nrounds: 4760"
3104631046
}
3104731047
]
31048+
},
31049+
{
31050+
"commit": {
31051+
"author": {
31052+
"email": "[email protected]",
31053+
"name": "avdunn",
31054+
"username": "Avery-Dunn"
31055+
},
31056+
"committer": {
31057+
"email": "[email protected]",
31058+
"name": "avdunn",
31059+
"username": "Avery-Dunn"
31060+
},
31061+
"distinct": true,
31062+
"id": "7af382835a5a7bc438f8fce4e3c24aa77c4345f2",
31063+
"message": "Add OIDC issuer validation and related tests",
31064+
"timestamp": "2025-07-18T14:26:37-07:00",
31065+
"tree_id": "f4122c41f0039bff561c9a1ce067a806bc163634",
31066+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/7af382835a5a7bc438f8fce4e3c24aa77c4345f2"
31067+
},
31068+
"date": 1752874160053,
31069+
"tool": "pytest",
31070+
"benches": [
31071+
{
31072+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31073+
"value": 39879.96645561516,
31074+
"unit": "iter/sec",
31075+
"range": "stddev: 0.0000027112094803636766",
31076+
"extra": "mean: 25.075246768649134 usec\nrounds: 7582"
31077+
},
31078+
{
31079+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31080+
"value": 37002.86673086465,
31081+
"unit": "iter/sec",
31082+
"range": "stddev: 0.0000031979520377980076",
31083+
"extra": "mean: 27.024933156486625 usec\nrounds: 17713"
31084+
},
31085+
{
31086+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31087+
"value": 7471.486830538614,
31088+
"unit": "iter/sec",
31089+
"range": "stddev: 0.000016462973794835373",
31090+
"extra": "mean: 133.84216859121608 usec\nrounds: 3897"
31091+
},
31092+
{
31093+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31094+
"value": 7102.580330109627,
31095+
"unit": "iter/sec",
31096+
"range": "stddev: 0.00001588756092589296",
31097+
"extra": "mean: 140.79390214859637 usec\nrounds: 3863"
31098+
}
31099+
]
3104831100
}
3104931101
]
3105031102
}

0 commit comments

Comments
 (0)