Skip to content

Commit 5927611

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for f107a15
1 parent 190d7c0 commit 5927611

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": 1758835156128,
2+
"lastUpdate": 1758841585387,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -32493,6 +32493,58 @@ window.BENCHMARK_DATA = {
3249332493
"extra": "mean: 136.57276451108302 usec\nrounds: 5134"
3249432494
}
3249532495
]
32496+
},
32497+
{
32498+
"commit": {
32499+
"author": {
32500+
"email": "[email protected]",
32501+
"name": "Ugonna Akali",
32502+
"username": "Ugonnaak1"
32503+
},
32504+
"committer": {
32505+
"email": "[email protected]",
32506+
"name": "Ugonna Akali",
32507+
"username": "Ugonnaak1"
32508+
},
32509+
"distinct": true,
32510+
"id": "f107a15825622bb823a681f32effa070a7b446a0",
32511+
"message": "sample edit",
32512+
"timestamp": "2025-09-25T16:03:05-07:00",
32513+
"tree_id": "13066146a0c7e5cdafcb1484ec32a4413e8649bb",
32514+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/f107a15825622bb823a681f32effa070a7b446a0"
32515+
},
32516+
"date": 1758841584707,
32517+
"tool": "pytest",
32518+
"benches": [
32519+
{
32520+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
32521+
"value": 39788.15223757026,
32522+
"unit": "iter/sec",
32523+
"range": "stddev: 0.0000026125270309094093",
32524+
"extra": "mean: 25.133109826993735 usec\nrounds: 8568"
32525+
},
32526+
{
32527+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
32528+
"value": 38464.990852159586,
32529+
"unit": "iter/sec",
32530+
"range": "stddev: 0.0000029524513278064824",
32531+
"extra": "mean: 25.997666393409677 usec\nrounds: 14640"
32532+
},
32533+
{
32534+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
32535+
"value": 7664.527350994656,
32536+
"unit": "iter/sec",
32537+
"range": "stddev: 0.000015799139424992116",
32538+
"extra": "mean: 130.47118944265048 usec\nrounds: 4149"
32539+
},
32540+
{
32541+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
32542+
"value": 7155.977905522981,
32543+
"unit": "iter/sec",
32544+
"range": "stddev: 0.000021581556529154265",
32545+
"extra": "mean: 139.74330457731017 usec\nrounds: 4741"
32546+
}
32547+
]
3249632548
}
3249732549
]
3249832550
}

0 commit comments

Comments
 (0)