Skip to content

Commit aaf1af1

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for a565ba2
1 parent 718bfad commit aaf1af1

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": 1739848998843,
2+
"lastUpdate": 1740043133785,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -25949,6 +25949,58 @@ window.BENCHMARK_DATA = {
2594925949
"extra": "mean: 127.81055034466121 usec\nrounds: 3774"
2595025950
}
2595125951
]
25952+
},
25953+
{
25954+
"commit": {
25955+
"author": {
25956+
"email": "[email protected]",
25957+
"name": "Ray Luo",
25958+
"username": "rayluo"
25959+
},
25960+
"committer": {
25961+
"email": "[email protected]",
25962+
"name": "Ray Luo",
25963+
"username": "rayluo"
25964+
},
25965+
"distinct": true,
25966+
"id": "a565ba20e5bc83b65219086f3e55302d59b0ea00",
25967+
"message": "E2e attempts broker albeit PyMsalRuntime init fails",
25968+
"timestamp": "2025-02-20T01:15:47-08:00",
25969+
"tree_id": "04df3f69539b6cb8d5600d14e26daa14a3f71e82",
25970+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/a565ba20e5bc83b65219086f3e55302d59b0ea00"
25971+
},
25972+
"date": 1740043132706,
25973+
"tool": "pytest",
25974+
"benches": [
25975+
{
25976+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
25977+
"value": 42352.881047945644,
25978+
"unit": "iter/sec",
25979+
"range": "stddev: 0.0000024767323293067926",
25980+
"extra": "mean: 23.61114463188345 usec\nrounds: 8774"
25981+
},
25982+
{
25983+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
25984+
"value": 40836.99184196589,
25985+
"unit": "iter/sec",
25986+
"range": "stddev: 0.0000025916851497326525",
25987+
"extra": "mean: 24.48760192400744 usec\nrounds: 15904"
25988+
},
25989+
{
25990+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
25991+
"value": 8092.523809245932,
25992+
"unit": "iter/sec",
25993+
"range": "stddev: 0.000023672002128332127",
25994+
"extra": "mean: 123.57084434616952 usec\nrounds: 4298"
25995+
},
25996+
{
25997+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
25998+
"value": 7888.6647795312765,
25999+
"unit": "iter/sec",
26000+
"range": "stddev: 0.000014443862683528279",
26001+
"extra": "mean: 126.76416452562424 usec\nrounds: 4048"
26002+
}
26003+
]
2595226004
}
2595326005
]
2595426006
}

0 commit comments

Comments
 (0)