Skip to content

Commit 0c1542d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 33dbe3e
1 parent 35fe51a commit 0c1542d

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": 1728684192559,
2+
"lastUpdate": 1728685880600,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22413,6 +22413,58 @@ window.BENCHMARK_DATA = {
2241322413
"extra": "mean: 130.43414665556082 usec\nrounds: 3723"
2241422414
}
2241522415
]
22416+
},
22417+
{
22418+
"commit": {
22419+
"author": {
22420+
"email": "[email protected]",
22421+
"name": "Ray Luo",
22422+
"username": "rayluo"
22423+
},
22424+
"committer": {
22425+
"email": "[email protected]",
22426+
"name": "Ray Luo",
22427+
"username": "rayluo"
22428+
},
22429+
"distinct": true,
22430+
"id": "33dbe3eabe98b79671560c88f12a717c201bde47",
22431+
"message": "Default to env var MSAL_FORCE_REGION\n\nAdd an alias DISABLE_MSAL_FORCE_REFRESH for False",
22432+
"timestamp": "2024-10-11T15:25:33-07:00",
22433+
"tree_id": "1bc2a23ef8b56e8d4e0e8d4a23bba4a695c06510",
22434+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/33dbe3eabe98b79671560c88f12a717c201bde47"
22435+
},
22436+
"date": 1728685880040,
22437+
"tool": "pytest",
22438+
"benches": [
22439+
{
22440+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22441+
"value": 43087.519729932785,
22442+
"unit": "iter/sec",
22443+
"range": "stddev: 0.0000017904097597670728",
22444+
"extra": "mean: 23.20857654995868 usec\nrounds: 15872"
22445+
},
22446+
{
22447+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22448+
"value": 43488.847970385585,
22449+
"unit": "iter/sec",
22450+
"range": "stddev: 0.000001865129715555787",
22451+
"extra": "mean: 22.994400787092953 usec\nrounds: 19307"
22452+
},
22453+
{
22454+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22455+
"value": 8121.296642862278,
22456+
"unit": "iter/sec",
22457+
"range": "stddev: 0.000014209206945483906",
22458+
"extra": "mean: 123.13304684897695 usec\nrounds: 4269"
22459+
},
22460+
{
22461+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22462+
"value": 8098.708897932523,
22463+
"unit": "iter/sec",
22464+
"range": "stddev: 0.000013430481843636685",
22465+
"extra": "mean: 123.47647169480122 usec\nrounds: 5423"
22466+
}
22467+
]
2241622468
}
2241722469
]
2241822470
}

0 commit comments

Comments
 (0)