Skip to content

Commit 7b8ec79

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a8cea28
1 parent cc43f6b commit 7b8ec79

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": 1745283206486,
2+
"lastUpdate": 1745380335185,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -28601,6 +28601,58 @@ window.BENCHMARK_DATA = {
2860128601
"extra": "mean: 131.8898313222006 usec\nrounds: 4393"
2860228602
}
2860328603
]
28604+
},
28605+
{
28606+
"commit": {
28607+
"author": {
28608+
"email": "[email protected]",
28609+
"name": "Ray Luo",
28610+
"username": "rayluo"
28611+
},
28612+
"committer": {
28613+
"email": "[email protected]",
28614+
"name": "Ray Luo",
28615+
"username": "rayluo"
28616+
},
28617+
"distinct": true,
28618+
"id": "a8cea283a522859d5ecf2157bcecff77409df0f5",
28619+
"message": "Improve IndividualCache test cases",
28620+
"timestamp": "2025-04-22T20:48:21-07:00",
28621+
"tree_id": "145436a642d67e376bd8c9dddf06461519102f0a",
28622+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a8cea283a522859d5ecf2157bcecff77409df0f5"
28623+
},
28624+
"date": 1745380334665,
28625+
"tool": "pytest",
28626+
"benches": [
28627+
{
28628+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
28629+
"value": 41059.065887460856,
28630+
"unit": "iter/sec",
28631+
"range": "stddev: 0.000002332631535075775",
28632+
"extra": "mean: 24.35515709833508 usec\nrounds: 8657"
28633+
},
28634+
{
28635+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
28636+
"value": 40924.313836560475,
28637+
"unit": "iter/sec",
28638+
"range": "stddev: 0.0000025951462920250037",
28639+
"extra": "mean: 24.435351659008926 usec\nrounds: 15643"
28640+
},
28641+
{
28642+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
28643+
"value": 8075.12601705069,
28644+
"unit": "iter/sec",
28645+
"range": "stddev: 0.00001536992279962635",
28646+
"extra": "mean: 123.83707670796622 usec\nrounds: 4289"
28647+
},
28648+
{
28649+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
28650+
"value": 7786.104824639868,
28651+
"unit": "iter/sec",
28652+
"range": "stddev: 0.000015101703527530815",
28653+
"extra": "mean: 128.43392460314752 usec\nrounds: 3780"
28654+
}
28655+
]
2860428656
}
2860528657
]
2860628658
}

0 commit comments

Comments
 (0)