Skip to content

Commit 9e0250c

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d49296c
1 parent b63649b commit 9e0250c

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": 1749038672942,
2+
"lastUpdate": 1749091871133,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -30421,6 +30421,58 @@ window.BENCHMARK_DATA = {
3042130421
"extra": "mean: 131.132774331834 usec\nrounds: 3740"
3042230422
}
3042330423
]
30424+
},
30425+
{
30426+
"commit": {
30427+
"author": {
30428+
"email": "[email protected]",
30429+
"name": "Ray Luo",
30430+
"username": "rayluo"
30431+
},
30432+
"committer": {
30433+
"email": "[email protected]",
30434+
"name": "GitHub",
30435+
"username": "web-flow"
30436+
},
30437+
"distinct": true,
30438+
"id": "d49296c1b2a929a6ab11380e237daa89a5298512",
30439+
"message": "Bump version number (#827)",
30440+
"timestamp": "2025-06-04T13:02:12+01:00",
30441+
"tree_id": "e0cde1da4a42ee44a3b1077fdd950e34aea50520",
30442+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d49296c1b2a929a6ab11380e237daa89a5298512"
30443+
},
30444+
"date": 1749091870532,
30445+
"tool": "pytest",
30446+
"benches": [
30447+
{
30448+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
30449+
"value": 43040.79372129071,
30450+
"unit": "iter/sec",
30451+
"range": "stddev: 0.0000025141892743161634",
30452+
"extra": "mean: 23.23377227835221 usec\nrounds: 7900"
30453+
},
30454+
{
30455+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
30456+
"value": 39670.70506243477,
30457+
"unit": "iter/sec",
30458+
"range": "stddev: 0.000003882129487771184",
30459+
"extra": "mean: 25.207517699173092 usec\nrounds: 15594"
30460+
},
30461+
{
30462+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
30463+
"value": 8087.887139849132,
30464+
"unit": "iter/sec",
30465+
"range": "stddev: 0.00001577198277040764",
30466+
"extra": "mean: 123.6416857343355 usec\nrounds: 4213"
30467+
},
30468+
{
30469+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30470+
"value": 7813.030499932509,
30471+
"unit": "iter/sec",
30472+
"range": "stddev: 0.000013985919371608199",
30473+
"extra": "mean: 127.99130887926755 usec\nrounds: 4212"
30474+
}
30475+
]
3042430476
}
3042530477
]
3042630478
}

0 commit comments

Comments
 (0)