Skip to content

Commit 3f403ce

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b92b4f1
1 parent 665fc2f commit 3f403ce

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": 1741814633784,
2+
"lastUpdate": 1741814937509,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -27197,6 +27197,58 @@ window.BENCHMARK_DATA = {
2719727197
"extra": "mean: 130.5613721399676 usec\nrounds: 4982"
2719827198
}
2719927199
]
27200+
},
27201+
{
27202+
"commit": {
27203+
"author": {
27204+
"email": "[email protected]",
27205+
"name": "Ray Luo",
27206+
"username": "rayluo"
27207+
},
27208+
"committer": {
27209+
"email": "[email protected]",
27210+
"name": "Ray Luo",
27211+
"username": "rayluo"
27212+
},
27213+
"distinct": false,
27214+
"id": "b92b4f18cb176231ae494639d24aeb19bd457d73",
27215+
"message": "Bumping version number to 1.32.0",
27216+
"timestamp": "2025-03-11T15:49:30-07:00",
27217+
"tree_id": "ab1b42cc2220508bca189ac2c18354cff22d3d51",
27218+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/b92b4f18cb176231ae494639d24aeb19bd457d73"
27219+
},
27220+
"date": 1741814936393,
27221+
"tool": "pytest",
27222+
"benches": [
27223+
{
27224+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
27225+
"value": 42500.97093126216,
27226+
"unit": "iter/sec",
27227+
"range": "stddev: 0.0000023762776411661194",
27228+
"extra": "mean: 23.528874237186816 usec\nrounds: 8683"
27229+
},
27230+
{
27231+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
27232+
"value": 41207.90717593365,
27233+
"unit": "iter/sec",
27234+
"range": "stddev: 0.000002605919109008807",
27235+
"extra": "mean: 24.26718725924578 usec\nrounds: 15572"
27236+
},
27237+
{
27238+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
27239+
"value": 8127.48885537217,
27240+
"unit": "iter/sec",
27241+
"range": "stddev: 0.000015061007914704394",
27242+
"extra": "mean: 123.03923361752902 usec\nrounds: 3754"
27243+
},
27244+
{
27245+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
27246+
"value": 7823.75712227608,
27247+
"unit": "iter/sec",
27248+
"range": "stddev: 0.000015585125227137275",
27249+
"extra": "mean: 127.8158286832249 usec\nrounds: 4086"
27250+
}
27251+
]
2720027252
}
2720127253
]
2720227254
}

0 commit comments

Comments
 (0)