Skip to content

Commit eca120a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 85c0f06
1 parent a07e47d commit eca120a

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": 1760553398114,
2+
"lastUpdate": 1760997903402,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -33221,6 +33221,58 @@ window.BENCHMARK_DATA = {
3322133221
"extra": "mean: 141.88585045763807 usec\nrounds: 3932"
3322233222
}
3322333223
]
33224+
},
33225+
{
33226+
"commit": {
33227+
"author": {
33228+
"email": "[email protected]",
33229+
"name": "Ray Luo",
33230+
"username": "rayluo"
33231+
},
33232+
"committer": {
33233+
"email": "[email protected]",
33234+
"name": "Ray Luo",
33235+
"username": "rayluo"
33236+
},
33237+
"distinct": true,
33238+
"id": "85c0f06ad19534cae6fd4cd6fc0ea1c84c2e9708",
33239+
"message": "Consolidate 6 boxes into 4",
33240+
"timestamp": "2025-10-20T15:00:52-07:00",
33241+
"tree_id": "b63fa6823e1fd302a18e0b6e4a4315a68891ad27",
33242+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/85c0f06ad19534cae6fd4cd6fc0ea1c84c2e9708"
33243+
},
33244+
"date": 1760997902567,
33245+
"tool": "pytest",
33246+
"benches": [
33247+
{
33248+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
33249+
"value": 40726.347675158904,
33250+
"unit": "iter/sec",
33251+
"range": "stddev: 0.0000025429529489178255",
33252+
"extra": "mean: 24.554129134686722 usec\nrounds: 8193"
33253+
},
33254+
{
33255+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
33256+
"value": 39095.36935806683,
33257+
"unit": "iter/sec",
33258+
"range": "stddev: 0.000002806786288687776",
33259+
"extra": "mean: 25.578476848273148 usec\nrounds: 15420"
33260+
},
33261+
{
33262+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
33263+
"value": 7592.555337905031,
33264+
"unit": "iter/sec",
33265+
"range": "stddev: 0.00003801967165428034",
33266+
"extra": "mean: 131.70796332660302 usec\nrounds: 4990"
33267+
},
33268+
{
33269+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
33270+
"value": 7549.439988629346,
33271+
"unit": "iter/sec",
33272+
"range": "stddev: 0.00001478141452089519",
33273+
"extra": "mean: 132.4601561845857 usec\nrounds: 5263"
33274+
}
33275+
]
3322433276
}
3322533277
]
3322633278
}

0 commit comments

Comments
 (0)