Skip to content

Commit 4aace2a

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for d8b12e3
1 parent 8772bf1 commit 4aace2a

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": 1738993441655,
2+
"lastUpdate": 1739232073602,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25637,6 +25637,58 @@ window.BENCHMARK_DATA = {
2563725637
"extra": "mean: 128.77519489599433 usec\nrounds: 3997"
2563825638
}
2563925639
]
25640+
},
25641+
{
25642+
"commit": {
25643+
"author": {
25644+
"email": "[email protected]",
25645+
"name": "Dharshan Birur Jayaprabhu",
25646+
"username": "DharshanBJ"
25647+
},
25648+
"committer": {
25649+
"email": "[email protected]",
25650+
"name": "Dharshan Birur Jayaprabhu",
25651+
"username": "DharshanBJ"
25652+
},
25653+
"distinct": true,
25654+
"id": "d8b12e34d3ba7a72f87f908b53aa0f027e2f12a0",
25655+
"message": "Enable Issue-Sentinel to scan for similar issues",
25656+
"timestamp": "2025-02-10T15:58:43-08:00",
25657+
"tree_id": "9debcfe8e252d88cd7ddc2ea20a35e80af75364d",
25658+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/d8b12e34d3ba7a72f87f908b53aa0f027e2f12a0"
25659+
},
25660+
"date": 1739232073108,
25661+
"tool": "pytest",
25662+
"benches": [
25663+
{
25664+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25665+
"value": 42355.507393048785,
25666+
"unit": "iter/sec",
25667+
"range": "stddev: 0.0000023418483977261638",
25668+
"extra": "mean: 23.609680571649015 usec\nrounds: 8678"
25669+
},
25670+
{
25671+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25672+
"value": 40675.69815269937,
25673+
"unit": "iter/sec",
25674+
"range": "stddev: 0.000002565215838413048",
25675+
"extra": "mean: 24.584704022680352 usec\nrounds: 15437"
25676+
},
25677+
{
25678+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25679+
"value": 8136.043664657445,
25680+
"unit": "iter/sec",
25681+
"range": "stddev: 0.000014967070563503295",
25682+
"extra": "mean: 122.90986150233542 usec\nrounds: 4260"
25683+
},
25684+
{
25685+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25686+
"value": 7723.200360324973,
25687+
"unit": "iter/sec",
25688+
"range": "stddev: 0.000019515298938142424",
25689+
"extra": "mean: 129.48000224584652 usec\nrounds: 5343"
25690+
}
25691+
]
2564025692
}
2564125693
]
2564225694
}

0 commit comments

Comments
 (0)