Skip to content

Commit 52e192d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 43507ff
1 parent 05c54ae commit 52e192d

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": 1738826029112,
2+
"lastUpdate": 1738868665776,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25117,6 +25117,58 @@ window.BENCHMARK_DATA = {
2511725117
"extra": "mean: 126.21500828541927 usec\nrounds: 4345"
2511825118
}
2511925119
]
25120+
},
25121+
{
25122+
"commit": {
25123+
"author": {
25124+
"email": "[email protected]",
25125+
"name": "Ugonna Akali",
25126+
"username": "Ugonnaak1"
25127+
},
25128+
"committer": {
25129+
"email": "[email protected]",
25130+
"name": "Ugonna Akali",
25131+
"username": "Ugonnaak1"
25132+
},
25133+
"distinct": true,
25134+
"id": "43507ff1a51677da492e1a5d9056384fc12c6cf6",
25135+
"message": "edit suggestions",
25136+
"timestamp": "2025-02-06T11:01:47-08:00",
25137+
"tree_id": "6f1c60cfe06e3c7eedf07e9b5eb9242c8bccff51",
25138+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/43507ff1a51677da492e1a5d9056384fc12c6cf6"
25139+
},
25140+
"date": 1738868664629,
25141+
"tool": "pytest",
25142+
"benches": [
25143+
{
25144+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25145+
"value": 41738.62483543824,
25146+
"unit": "iter/sec",
25147+
"range": "stddev: 0.0000027822288845982238",
25148+
"extra": "mean: 23.958623551750282 usec\nrounds: 8458"
25149+
},
25150+
{
25151+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25152+
"value": 38776.040077052676,
25153+
"unit": "iter/sec",
25154+
"range": "stddev: 0.00000304945070320476",
25155+
"extra": "mean: 25.78912127212782 usec\nrounds: 17704"
25156+
},
25157+
{
25158+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25159+
"value": 7979.834571257617,
25160+
"unit": "iter/sec",
25161+
"range": "stddev: 0.000022221516003076083",
25162+
"extra": "mean: 125.31588105872233 usec\nrounds: 5818"
25163+
},
25164+
{
25165+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25166+
"value": 7641.1033768382395,
25167+
"unit": "iter/sec",
25168+
"range": "stddev: 0.000015255979128927656",
25169+
"extra": "mean: 130.87115180658412 usec\nrounds: 4262"
25170+
}
25171+
]
2512025172
}
2512125173
]
2512225174
}

0 commit comments

Comments
 (0)