Skip to content

Commit 50c2bda

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for fab917e
1 parent fd33a81 commit 50c2bda

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": 1746479822948,
2+
"lastUpdate": 1746555250703,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29225,6 +29225,58 @@ window.BENCHMARK_DATA = {
2922529225
"extra": "mean: 130.48682313041314 usec\nrounds: 5603"
2922629226
}
2922729227
]
29228+
},
29229+
{
29230+
"commit": {
29231+
"author": {
29232+
"email": "[email protected]",
29233+
"name": "Ray Luo",
29234+
"username": "rayluo"
29235+
},
29236+
"committer": {
29237+
"email": "[email protected]",
29238+
"name": "Ray Luo",
29239+
"username": "rayluo"
29240+
},
29241+
"distinct": true,
29242+
"id": "fab917ef2756fc46bce09b16ae3a6ed02edb81a5",
29243+
"message": "Add dependency management suggestions",
29244+
"timestamp": "2025-05-06T10:51:17-07:00",
29245+
"tree_id": "89bfd4fcac48ca9fe5308434c7564ff3e3620a42",
29246+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/fab917ef2756fc46bce09b16ae3a6ed02edb81a5"
29247+
},
29248+
"date": 1746555249587,
29249+
"tool": "pytest",
29250+
"benches": [
29251+
{
29252+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29253+
"value": 40622.82152349646,
29254+
"unit": "iter/sec",
29255+
"range": "stddev: 0.000002808314288455385",
29256+
"extra": "mean: 24.616704662466507 usec\nrounds: 7378"
29257+
},
29258+
{
29259+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29260+
"value": 36148.211198872064,
29261+
"unit": "iter/sec",
29262+
"range": "stddev: 0.0000031621462866842097",
29263+
"extra": "mean: 27.66388617401912 usec\nrounds: 10683"
29264+
},
29265+
{
29266+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29267+
"value": 7804.677466843428,
29268+
"unit": "iter/sec",
29269+
"range": "stddev: 0.00002282658169941701",
29270+
"extra": "mean: 128.12829284083742 usec\nrounds: 3087"
29271+
},
29272+
{
29273+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29274+
"value": 7333.24993198476,
29275+
"unit": "iter/sec",
29276+
"range": "stddev: 0.000023167728065974293",
29277+
"extra": "mean: 136.3651872327973 usec\nrounds: 3509"
29278+
}
29279+
]
2922829280
}
2922929281
]
2923029282
}

0 commit comments

Comments
 (0)