Skip to content

Commit 985008d

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4e2a4ec
1 parent e2ac1e7 commit 985008d

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": 1740079458529,
2+
"lastUpdate": 1740079916690,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -26105,6 +26105,58 @@ window.BENCHMARK_DATA = {
2610526105
"extra": "mean: 129.08528139576288 usec\nrounds: 4069"
2610626106
}
2610726107
]
26108+
},
26109+
{
26110+
"commit": {
26111+
"author": {
26112+
"email": "[email protected]",
26113+
"name": "Ray Luo",
26114+
"username": "rayluo"
26115+
},
26116+
"committer": {
26117+
"email": "[email protected]",
26118+
"name": "Ray Luo",
26119+
"username": "rayluo"
26120+
},
26121+
"distinct": false,
26122+
"id": "4e2a4ec0d4af3bf44c1f1608903440e5f6e75aa9",
26123+
"message": "Specify verify=True to hopefully satisfy CodeQL",
26124+
"timestamp": "2025-02-20T11:21:23-08:00",
26125+
"tree_id": "b07094b40312b36039acf90360ae941ee3356f37",
26126+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4e2a4ec0d4af3bf44c1f1608903440e5f6e75aa9"
26127+
},
26128+
"date": 1740079916186,
26129+
"tool": "pytest",
26130+
"benches": [
26131+
{
26132+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
26133+
"value": 43275.665224823955,
26134+
"unit": "iter/sec",
26135+
"range": "stddev: 0.000002480345936200886",
26136+
"extra": "mean: 23.107674828447838 usec\nrounds: 8045"
26137+
},
26138+
{
26139+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
26140+
"value": 41727.959120803214,
26141+
"unit": "iter/sec",
26142+
"range": "stddev: 0.0000025403818734793813",
26143+
"extra": "mean: 23.964747403652826 usec\nrounds: 14925"
26144+
},
26145+
{
26146+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
26147+
"value": 8215.049193663657,
26148+
"unit": "iter/sec",
26149+
"range": "stddev: 0.000015187658037228723",
26150+
"extra": "mean: 121.72781640447258 usec\nrounds: 5218"
26151+
},
26152+
{
26153+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
26154+
"value": 7776.193135996071,
26155+
"unit": "iter/sec",
26156+
"range": "stddev: 0.000014733489148712064",
26157+
"extra": "mean: 128.59762900833707 usec\nrounds: 4771"
26158+
}
26159+
]
2610826160
}
2610926161
]
2611026162
}

0 commit comments

Comments
 (0)