Skip to content

Commit be7d88e

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for b1b5e94
1 parent 11ff2ff commit be7d88e

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": 1733877721111,
2+
"lastUpdate": 1734654845967,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24077,6 +24077,58 @@ window.BENCHMARK_DATA = {
2407724077
"extra": "mean: 130.0140329011628 usec\nrounds: 4012"
2407824078
}
2407924079
]
24080+
},
24081+
{
24082+
"commit": {
24083+
"author": {
24084+
"email": "[email protected]",
24085+
"name": "Ray Luo",
24086+
"username": "rayluo"
24087+
},
24088+
"committer": {
24089+
"email": "[email protected]",
24090+
"name": "Ray Luo",
24091+
"username": "rayluo"
24092+
},
24093+
"distinct": true,
24094+
"id": "b1b5e94c81387d4d2ffcbe1845931bbf1395a88b",
24095+
"message": "Adds dSTS authority (as if it were an oidc_authority)",
24096+
"timestamp": "2024-12-19T16:09:58-08:00",
24097+
"tree_id": "79ba13a5d5612f290c0047c4c72224f7b737633d",
24098+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/b1b5e94c81387d4d2ffcbe1845931bbf1395a88b"
24099+
},
24100+
"date": 1734654844996,
24101+
"tool": "pytest",
24102+
"benches": [
24103+
{
24104+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24105+
"value": 42914.775462891404,
24106+
"unit": "iter/sec",
24107+
"range": "stddev: 0.00000191845132147152",
24108+
"extra": "mean: 23.301997720218868 usec\nrounds: 8336"
24109+
},
24110+
{
24111+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24112+
"value": 42700.853070631856,
24113+
"unit": "iter/sec",
24114+
"range": "stddev: 0.0000031033987465445246",
24115+
"extra": "mean: 23.418735882065196 usec\nrounds: 15955"
24116+
},
24117+
{
24118+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24119+
"value": 8236.429910056228,
24120+
"unit": "iter/sec",
24121+
"range": "stddev: 0.000014106891482449388",
24122+
"extra": "mean: 121.41182659480353 usec\nrounds: 5565"
24123+
},
24124+
{
24125+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24126+
"value": 7796.058880332103,
24127+
"unit": "iter/sec",
24128+
"range": "stddev: 0.000014317023874630326",
24129+
"extra": "mean: 128.26993938216654 usec\nrounds: 5048"
24130+
}
24131+
]
2408024132
}
2408124133
]
2408224134
}

0 commit comments

Comments
 (0)