Skip to content

Commit 9397561

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 923a732
1 parent 6d94a29 commit 9397561

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": 1753212995064,
2+
"lastUpdate": 1753213527842,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31201,6 +31201,58 @@ window.BENCHMARK_DATA = {
3120131201
"extra": "mean: 129.94238265812515 usec\nrounds: 4048"
3120231202
}
3120331203
]
31204+
},
31205+
{
31206+
"commit": {
31207+
"author": {
31208+
"email": "[email protected]",
31209+
"name": "Ray Luo",
31210+
"username": "rayluo"
31211+
},
31212+
"committer": {
31213+
"email": "[email protected]",
31214+
"name": "GitHub",
31215+
"username": "web-flow"
31216+
},
31217+
"distinct": true,
31218+
"id": "923a7321a53df28e6acce1c5c182b59262bd9ca0",
31219+
"message": "MSAL Python 1.33.0 (#841)",
31220+
"timestamp": "2025-07-22T12:39:22-07:00",
31221+
"tree_id": "d2793222418b44d300a81e024755713440d85a2f",
31222+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/923a7321a53df28e6acce1c5c182b59262bd9ca0"
31223+
},
31224+
"date": 1753213526984,
31225+
"tool": "pytest",
31226+
"benches": [
31227+
{
31228+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31229+
"value": 39857.437999514725,
31230+
"unit": "iter/sec",
31231+
"range": "stddev: 0.000002587637902329951",
31232+
"extra": "mean: 25.089419947468155 usec\nrounds: 8763"
31233+
},
31234+
{
31235+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31236+
"value": 38525.445320512765,
31237+
"unit": "iter/sec",
31238+
"range": "stddev: 0.0000028087157138404066",
31239+
"extra": "mean: 25.95687062616646 usec\nrounds: 15204"
31240+
},
31241+
{
31242+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31243+
"value": 7578.1517302012835,
31244+
"unit": "iter/sec",
31245+
"range": "stddev: 0.000015912300668134585",
31246+
"extra": "mean: 131.95829743216805 usec\nrounds: 5413"
31247+
},
31248+
{
31249+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31250+
"value": 7360.585137969261,
31251+
"unit": "iter/sec",
31252+
"range": "stddev: 0.000014933999858626215",
31253+
"extra": "mean: 135.85876411394838 usec\nrounds: 4074"
31254+
}
31255+
]
3120431256
}
3120531257
]
3120631258
}

0 commit comments

Comments
 (0)