Skip to content

Commit b99ff0a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 70fd4d1
1 parent f9cd488 commit b99ff0a

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": 1752822509872,
2+
"lastUpdate": 1752824853751,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30993,6 +30993,58 @@ window.BENCHMARK_DATA = {
3099330993
"extra": "mean: 133.03144945175853 usec\nrounds: 5015"
3099430994
}
3099530995
]
30996+
},
30997+
{
30998+
"commit": {
30999+
"author": {
31000+
"email": "[email protected]",
31001+
"name": "Ashok Kumar Ramakrishnan",
31002+
"username": "ashok672"
31003+
},
31004+
"committer": {
31005+
"email": "[email protected]",
31006+
"name": "GitHub",
31007+
"username": "web-flow"
31008+
},
31009+
"distinct": true,
31010+
"id": "70fd4d1599fc15c876c8eaccd29b9f7ae73fecd6",
31011+
"message": "Add claims challenge parameter in initiate_device_flow (#839)\n\n* Add claims challenge parameter in initiate_device_flow\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update msal/oauth2cli/oauth2.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update msal/application.py\n\nCo-authored-by: Ray Luo <[email protected]>\n\n* Update oauth2.py\n\n* Update oauth2.py\n\n---------\n\nCo-authored-by: Ray Luo <[email protected]>",
31012+
"timestamp": "2025-07-18T00:45:02-07:00",
31013+
"tree_id": "0a3ef81f57c4d37e6583c785c75c9c13f0071c7c",
31014+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/70fd4d1599fc15c876c8eaccd29b9f7ae73fecd6"
31015+
},
31016+
"date": 1752824853041,
31017+
"tool": "pytest",
31018+
"benches": [
31019+
{
31020+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31021+
"value": 40155.73608966165,
31022+
"unit": "iter/sec",
31023+
"range": "stddev: 0.000002490534716196416",
31024+
"extra": "mean: 24.903042438747782 usec\nrounds: 8365"
31025+
},
31026+
{
31027+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31028+
"value": 38349.35404538842,
31029+
"unit": "iter/sec",
31030+
"range": "stddev: 0.0000029659170892976227",
31031+
"extra": "mean: 26.076058512392386 usec\nrounds: 17962"
31032+
},
31033+
{
31034+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31035+
"value": 7640.336053972501,
31036+
"unit": "iter/sec",
31037+
"range": "stddev: 0.000015494485911808746",
31038+
"extra": "mean: 130.88429526343438 usec\nrounds: 4877"
31039+
},
31040+
{
31041+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31042+
"value": 7458.777795268154,
31043+
"unit": "iter/sec",
31044+
"range": "stddev: 0.000015003734766399027",
31045+
"extra": "mean: 134.0702226890845 usec\nrounds: 4760"
31046+
}
31047+
]
3099631048
}
3099731049
]
3099831050
}

0 commit comments

Comments
 (0)