Skip to content

Commit 353375f

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f6d5964
1 parent a8ca1f6 commit 353375f

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": 1747773614954,
2+
"lastUpdate": 1748593543698,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29953,6 +29953,58 @@ window.BENCHMARK_DATA = {
2995329953
"extra": "mean: 130.7389445125231 usec\nrounds: 4091"
2995429954
}
2995529955
]
29956+
},
29957+
{
29958+
"commit": {
29959+
"author": {
29960+
"email": "[email protected]",
29961+
"name": "Ray Luo",
29962+
"username": "rayluo"
29963+
},
29964+
"committer": {
29965+
"email": "[email protected]",
29966+
"name": "Ray Luo",
29967+
"username": "rayluo"
29968+
},
29969+
"distinct": true,
29970+
"id": "f6d59648f5fd56e49538572bf684bfe96e5c212c",
29971+
"message": "Smile",
29972+
"timestamp": "2025-05-30T01:20:49-07:00",
29973+
"tree_id": "73ac9d683a4b6797ebb5e003aed95d8f32a17ada",
29974+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f6d59648f5fd56e49538572bf684bfe96e5c212c"
29975+
},
29976+
"date": 1748593543176,
29977+
"tool": "pytest",
29978+
"benches": [
29979+
{
29980+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29981+
"value": 41931.47183434576,
29982+
"unit": "iter/sec",
29983+
"range": "stddev: 0.0000025092541850832947",
29984+
"extra": "mean: 23.84843546514643 usec\nrounds: 8600"
29985+
},
29986+
{
29987+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29988+
"value": 38416.90660562522,
29989+
"unit": "iter/sec",
29990+
"range": "stddev: 0.00000282539006084212",
29991+
"extra": "mean: 26.030206186709847 usec\nrounds: 17780"
29992+
},
29993+
{
29994+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29995+
"value": 7801.44524437733,
29996+
"unit": "iter/sec",
29997+
"range": "stddev: 0.000036019865627189776",
29998+
"extra": "mean: 128.18137776724404 usec\nrounds: 4201"
29999+
},
30000+
{
30001+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
30002+
"value": 7689.211232504528,
30003+
"unit": "iter/sec",
30004+
"range": "stddev: 0.00001962966973943596",
30005+
"extra": "mean: 130.05235124413147 usec\nrounds: 5025"
30006+
}
30007+
]
2995630008
}
2995730009
]
2995830010
}

0 commit comments

Comments
 (0)