Skip to content

Commit 7c0bcc6

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 83533ad
1 parent e3f6be7 commit 7c0bcc6

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": 1737771448172,
2+
"lastUpdate": 1737791610233,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24649,6 +24649,58 @@ window.BENCHMARK_DATA = {
2464924649
"extra": "mean: 123.10519934770969 usec\nrounds: 4294"
2465024650
}
2465124651
]
24652+
},
24653+
{
24654+
"commit": {
24655+
"author": {
24656+
"email": "[email protected]",
24657+
"name": "Ray Luo",
24658+
"username": "rayluo"
24659+
},
24660+
"committer": {
24661+
"email": "[email protected]",
24662+
"name": "Ray Luo",
24663+
"username": "rayluo"
24664+
},
24665+
"distinct": true,
24666+
"id": "83533ad689cd81ac56ef5ab952e646db13ab4923",
24667+
"message": "Supports GUID/scope and https://contoso.com//scope",
24668+
"timestamp": "2025-01-24T23:50:36-08:00",
24669+
"tree_id": "2709e069c6847229009439a7bad61fe628ee9dae",
24670+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/83533ad689cd81ac56ef5ab952e646db13ab4923"
24671+
},
24672+
"date": 1737791609789,
24673+
"tool": "pytest",
24674+
"benches": [
24675+
{
24676+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24677+
"value": 41729.089673274255,
24678+
"unit": "iter/sec",
24679+
"range": "stddev: 0.0000023003037844984865",
24680+
"extra": "mean: 23.9640981346511 usec\nrounds: 8845"
24681+
},
24682+
{
24683+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24684+
"value": 41594.233282203815,
24685+
"unit": "iter/sec",
24686+
"range": "stddev: 0.0000027506419437831944",
24687+
"extra": "mean: 24.041794284686386 usec\nrounds: 15677"
24688+
},
24689+
{
24690+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24691+
"value": 8570.507048734957,
24692+
"unit": "iter/sec",
24693+
"range": "stddev: 0.00001595659243681819",
24694+
"extra": "mean: 116.67921096309047 usec\nrounds: 3977"
24695+
},
24696+
{
24697+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24698+
"value": 8212.811076993205,
24699+
"unit": "iter/sec",
24700+
"range": "stddev: 0.000014543104116700717",
24701+
"extra": "mean: 121.76098909681853 usec\nrounds: 4219"
24702+
}
24703+
]
2465224704
}
2465324705
]
2465424706
}

0 commit comments

Comments
 (0)