Skip to content

Commit a5bd526

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 4798680
1 parent 9697e68 commit a5bd526

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": 1759161864380,
2+
"lastUpdate": 1759210285561,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32805,6 +32805,58 @@ window.BENCHMARK_DATA = {
3280532805
"extra": "mean: 138.9316166872783 usec\nrounds: 4842"
3280632806
}
3280732807
]
32808+
},
32809+
{
32810+
"commit": {
32811+
"author": {
32812+
"email": "[email protected]",
32813+
"name": "Ugonna Akali",
32814+
"username": "Ugonnaak1"
32815+
},
32816+
"committer": {
32817+
"email": "[email protected]",
32818+
"name": "Ugonna Akali",
32819+
"username": "Ugonnaak1"
32820+
},
32821+
"distinct": true,
32822+
"id": "4798680018ba5ca1f9e325c1239ffba971312caf",
32823+
"message": "edits",
32824+
"timestamp": "2025-09-29T22:29:08-07:00",
32825+
"tree_id": "10eb457366bf26dc5623c9b22c5d913a2e359c3c",
32826+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/4798680018ba5ca1f9e325c1239ffba971312caf"
32827+
},
32828+
"date": 1759210284672,
32829+
"tool": "pytest",
32830+
"benches": [
32831+
{
32832+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32833+
"value": 39630.90726572491,
32834+
"unit": "iter/sec",
32835+
"range": "stddev: 0.000002692718031511243",
32836+
"extra": "mean: 25.23283136807866 usec\nrounds: 7377"
32837+
},
32838+
{
32839+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32840+
"value": 35878.02620814988,
32841+
"unit": "iter/sec",
32842+
"range": "stddev: 0.0000034143066508780795",
32843+
"extra": "mean: 27.872213320721773 usec\nrounds: 14729"
32844+
},
32845+
{
32846+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32847+
"value": 7526.290592126844,
32848+
"unit": "iter/sec",
32849+
"range": "stddev: 0.0000158080279105235",
32850+
"extra": "mean: 132.86757769439401 usec\nrounds: 3990"
32851+
},
32852+
{
32853+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32854+
"value": 7001.150731982115,
32855+
"unit": "iter/sec",
32856+
"range": "stddev: 0.000016788176338386444",
32857+
"extra": "mean: 142.83366239093775 usec\nrounds: 3664"
32858+
}
32859+
]
3280832860
}
3280932861
]
3281032862
}

0 commit comments

Comments
 (0)