Skip to content

Commit 35fe51a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 65243bf
1 parent 4f14964 commit 35fe51a

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": 1728630139086,
2+
"lastUpdate": 1728684192559,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -22361,6 +22361,58 @@ window.BENCHMARK_DATA = {
2236122361
"extra": "mean: 123.38973560531885 usec\nrounds: 4255"
2236222362
}
2236322363
]
22364+
},
22365+
{
22366+
"commit": {
22367+
"author": {
22368+
"email": "[email protected]",
22369+
"name": "Ray Luo",
22370+
"username": "rayluo"
22371+
},
22372+
"committer": {
22373+
"email": "[email protected]",
22374+
"name": "Ray Luo",
22375+
"username": "rayluo"
22376+
},
22377+
"distinct": true,
22378+
"id": "65243bff7deff8f39700eadd338bf213d8d5513c",
22379+
"message": "Add an alias DISABLE_MSAL_FORCE_REFRESH for False",
22380+
"timestamp": "2024-10-11T14:57:55-07:00",
22381+
"tree_id": "1bc2a23ef8b56e8d4e0e8d4a23bba4a695c06510",
22382+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/65243bff7deff8f39700eadd338bf213d8d5513c"
22383+
},
22384+
"date": 1728684191573,
22385+
"tool": "pytest",
22386+
"benches": [
22387+
{
22388+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
22389+
"value": 43185.52702514023,
22390+
"unit": "iter/sec",
22391+
"range": "stddev: 0.0000016919110335244586",
22392+
"extra": "mean: 23.155905899165134 usec\nrounds: 8544"
22393+
},
22394+
{
22395+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
22396+
"value": 42290.69539521785,
22397+
"unit": "iter/sec",
22398+
"range": "stddev: 0.000002079851864063229",
22399+
"extra": "mean: 23.64586324851679 usec\nrounds: 15466"
22400+
},
22401+
{
22402+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
22403+
"value": 8208.322072391875,
22404+
"unit": "iter/sec",
22405+
"range": "stddev: 0.00001545624472576086",
22406+
"extra": "mean: 121.82757830171298 usec\nrounds: 4157"
22407+
},
22408+
{
22409+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
22410+
"value": 7666.704046760956,
22411+
"unit": "iter/sec",
22412+
"range": "stddev: 0.000016729305316203138",
22413+
"extra": "mean: 130.43414665556082 usec\nrounds: 3723"
22414+
}
22415+
]
2236422416
}
2236522417
]
2236622418
}

0 commit comments

Comments
 (0)