Skip to content

Commit 52ecc16

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 0f26acc
1 parent a5fd077 commit 52ecc16

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": 1736922030222,
2+
"lastUpdate": 1736922105492,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24233,6 +24233,58 @@ window.BENCHMARK_DATA = {
2423324233
"extra": "mean: 126.03004234558864 usec\nrounds: 5951"
2423424234
}
2423524235
]
24236+
},
24237+
{
24238+
"commit": {
24239+
"author": {
24240+
"email": "[email protected]",
24241+
"name": "Ray Luo",
24242+
"username": "rayluo"
24243+
},
24244+
"committer": {
24245+
"email": "[email protected]",
24246+
"name": "Ray Luo",
24247+
"username": "rayluo"
24248+
},
24249+
"distinct": true,
24250+
"id": "0f26accbc37af0670aab3784e40614d8c6f22504",
24251+
"message": "Suppress a false positive CodeQL alarm",
24252+
"timestamp": "2025-01-14T22:18:45-08:00",
24253+
"tree_id": "f75cb47901eb14f20cc26f887850e620f490c131",
24254+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/0f26accbc37af0670aab3784e40614d8c6f22504"
24255+
},
24256+
"date": 1736922105100,
24257+
"tool": "pytest",
24258+
"benches": [
24259+
{
24260+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24261+
"value": 42532.115295116644,
24262+
"unit": "iter/sec",
24263+
"range": "stddev: 0.000002545523321952035",
24264+
"extra": "mean: 23.511645095977997 usec\nrounds: 9380"
24265+
},
24266+
{
24267+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24268+
"value": 39805.89976425225,
24269+
"unit": "iter/sec",
24270+
"range": "stddev: 0.0000030542832569279567",
24271+
"extra": "mean: 25.121904188133726 usec\nrounds: 15687"
24272+
},
24273+
{
24274+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24275+
"value": 8171.236636668307,
24276+
"unit": "iter/sec",
24277+
"range": "stddev: 0.000016172747137054275",
24278+
"extra": "mean: 122.38049691432437 usec\nrounds: 3727"
24279+
},
24280+
{
24281+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24282+
"value": 7750.979314612447,
24283+
"unit": "iter/sec",
24284+
"range": "stddev: 0.00001497290565065973",
24285+
"extra": "mean: 129.0159551986884 usec\nrounds: 4174"
24286+
}
24287+
]
2423624288
}
2423724289
]
2423824290
}

0 commit comments

Comments
 (0)