Skip to content

Commit 2fd2a1a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 69a96fe
1 parent d198154 commit 2fd2a1a

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": 1730332111445,
2+
"lastUpdate": 1730434063729,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22881,6 +22881,58 @@ window.BENCHMARK_DATA = {
2288122881
"extra": "mean: 122.36673344307033 usec\nrounds: 4273"
2288222882
}
2288322883
]
22884+
},
22885+
{
22886+
"commit": {
22887+
"author": {
22888+
"email": "[email protected]",
22889+
"name": "Ray Luo",
22890+
"username": "rayluo"
22891+
},
22892+
"committer": {
22893+
"email": "[email protected]",
22894+
"name": "Ray Luo",
22895+
"username": "rayluo"
22896+
},
22897+
"distinct": true,
22898+
"id": "69a96fe17b49d4ba698108d70f93fecbdff2117e",
22899+
"message": "Release MSAL Python 1.31.1",
22900+
"timestamp": "2024-10-31T21:01:25-07:00",
22901+
"tree_id": "b5593bd92a783bef88d3c90e12628bd4fb9990d6",
22902+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/69a96fe17b49d4ba698108d70f93fecbdff2117e"
22903+
},
22904+
"date": 1730434062726,
22905+
"tool": "pytest",
22906+
"benches": [
22907+
{
22908+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22909+
"value": 42142.95250771657,
22910+
"unit": "iter/sec",
22911+
"range": "stddev: 0.000001790150343997443",
22912+
"extra": "mean: 23.72875986363071 usec\nrounds: 7629"
22913+
},
22914+
{
22915+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22916+
"value": 40726.585043879575,
22917+
"unit": "iter/sec",
22918+
"range": "stddev: 0.0000023051200149360406",
22919+
"extra": "mean: 24.553986024671147 usec\nrounds: 18318"
22920+
},
22921+
{
22922+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22923+
"value": 8525.118756043437,
22924+
"unit": "iter/sec",
22925+
"range": "stddev: 0.000015065724729627406",
22926+
"extra": "mean: 117.30041875265401 usec\nrounds: 4394"
22927+
},
22928+
{
22929+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22930+
"value": 8042.318604191755,
22931+
"unit": "iter/sec",
22932+
"range": "stddev: 0.00001416299839799504",
22933+
"extra": "mean: 124.34225118596864 usec\nrounds: 4216"
22934+
}
22935+
]
2288422936
}
2288522937
]
2288622938
}

0 commit comments

Comments
 (0)