Skip to content

Commit 1836359

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 80466b2
1 parent 35c18da commit 1836359

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": 1756254530831,
2+
"lastUpdate": 1756340578802,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -31617,6 +31617,58 @@ window.BENCHMARK_DATA = {
3161731617
"extra": "mean: 136.99623029528163 usec\nrounds: 3895"
3161831618
}
3161931619
]
31620+
},
31621+
{
31622+
"commit": {
31623+
"author": {
31624+
"email": "[email protected]",
31625+
"name": "Xinyu Xu",
31626+
"username": "xinyuxu1026"
31627+
},
31628+
"committer": {
31629+
"email": "[email protected]",
31630+
"name": "Xinyu Xu",
31631+
"username": "xinyuxu1026"
31632+
},
31633+
"distinct": true,
31634+
"id": "80466b2a12e06bf7d77917b7a0dbd704fc53897c",
31635+
"message": "address comment",
31636+
"timestamp": "2025-08-27T17:20:20-07:00",
31637+
"tree_id": "e1ac7643a30eb22bbe1033f6597e72f7201d55ec",
31638+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/80466b2a12e06bf7d77917b7a0dbd704fc53897c"
31639+
},
31640+
"date": 1756340578200,
31641+
"tool": "pytest",
31642+
"benches": [
31643+
{
31644+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
31645+
"value": 37953.20405017954,
31646+
"unit": "iter/sec",
31647+
"range": "stddev: 0.0000032823572693885416",
31648+
"extra": "mean: 26.34823659888787 usec\nrounds: 7574"
31649+
},
31650+
{
31651+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
31652+
"value": 38014.15506434608,
31653+
"unit": "iter/sec",
31654+
"range": "stddev: 0.0000027450935395614513",
31655+
"extra": "mean: 26.30599044769804 usec\nrounds: 15389"
31656+
},
31657+
{
31658+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
31659+
"value": 7565.169820592918,
31660+
"unit": "iter/sec",
31661+
"range": "stddev: 0.00001563213079214773",
31662+
"extra": "mean: 132.18473923452856 usec\nrounds: 4180"
31663+
},
31664+
{
31665+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
31666+
"value": 7149.997534194525,
31667+
"unit": "iter/sec",
31668+
"range": "stddev: 0.000014358538347104219",
31669+
"extra": "mean: 139.86018809342906 usec\nrounds: 3897"
31670+
}
31671+
]
3162031672
}
3162131673
]
3162231674
}

0 commit comments

Comments
 (0)