Skip to content

Commit d7e9349

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 62855d4
1 parent 584da90 commit d7e9349

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": 1747352232024,
2+
"lastUpdate": 1747352333268,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -29641,6 +29641,58 @@ window.BENCHMARK_DATA = {
2964129641
"extra": "mean: 128.90101088834265 usec\nrounds: 4684"
2964229642
}
2964329643
]
29644+
},
29645+
{
29646+
"commit": {
29647+
"author": {
29648+
"email": "[email protected]",
29649+
"name": "Ray Luo",
29650+
"username": "rayluo"
29651+
},
29652+
"committer": {
29653+
"email": "[email protected]",
29654+
"name": "Ray Luo",
29655+
"username": "rayluo"
29656+
},
29657+
"distinct": true,
29658+
"id": "62855d4a3ffe7b7dcc0b3d08e1e4896be66701a7",
29659+
"message": "Properly throw MsalServiceError exception",
29660+
"timestamp": "2025-05-15T16:35:12-07:00",
29661+
"tree_id": "36382920fd516b8f03f046478252fa42d4d82d23",
29662+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/62855d4a3ffe7b7dcc0b3d08e1e4896be66701a7"
29663+
},
29664+
"date": 1747352332059,
29665+
"tool": "pytest",
29666+
"benches": [
29667+
{
29668+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
29669+
"value": 41346.88038246018,
29670+
"unit": "iter/sec",
29671+
"range": "stddev: 0.0000027963930444867998",
29672+
"extra": "mean: 24.185621520897413 usec\nrounds: 7509"
29673+
},
29674+
{
29675+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
29676+
"value": 39043.38189436637,
29677+
"unit": "iter/sec",
29678+
"range": "stddev: 0.0000032994235709071014",
29679+
"extra": "mean: 25.612535376816105 usec\nrounds: 15660"
29680+
},
29681+
{
29682+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
29683+
"value": 7981.853487710844,
29684+
"unit": "iter/sec",
29685+
"range": "stddev: 0.000015241369945124268",
29686+
"extra": "mean: 125.28418387278555 usec\nrounds: 3894"
29687+
},
29688+
{
29689+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
29690+
"value": 7483.12515862385,
29691+
"unit": "iter/sec",
29692+
"range": "stddev: 0.000015505737638466325",
29693+
"extra": "mean: 133.63400702279586 usec\nrounds: 3987"
29694+
}
29695+
]
2964429696
}
2964529697
]
2964629698
}

0 commit comments

Comments
 (0)