Skip to content

Commit 14a86bd

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for 37badb8
1 parent be7d88e commit 14a86bd

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": 1734654845967,
2+
"lastUpdate": 1736921094881,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24129,6 +24129,58 @@ window.BENCHMARK_DATA = {
2412924129
"extra": "mean: 128.26993938216654 usec\nrounds: 5048"
2413024130
}
2413124131
]
24132+
},
24133+
{
24134+
"commit": {
24135+
"author": {
24136+
"email": "[email protected]",
24137+
"name": "Ray Luo",
24138+
"username": "rayluo"
24139+
},
24140+
"committer": {
24141+
"email": "[email protected]",
24142+
"name": "Ray Luo",
24143+
"username": "rayluo"
24144+
},
24145+
"distinct": true,
24146+
"id": "37badb876e1dc7c23022445f241bc8bf954c49f2",
24147+
"message": "Py3.7 is unavailable on ubuntu 24.04",
24148+
"timestamp": "2025-01-14T22:00:13-08:00",
24149+
"tree_id": "3072376edc066404824a3ec12f6dc1ce403b1c27",
24150+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/37badb876e1dc7c23022445f241bc8bf954c49f2"
24151+
},
24152+
"date": 1736921094488,
24153+
"tool": "pytest",
24154+
"benches": [
24155+
{
24156+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24157+
"value": 43188.78206057939,
24158+
"unit": "iter/sec",
24159+
"range": "stddev: 0.0000025586895163972913",
24160+
"extra": "mean: 23.15416069379625 usec\nrounds: 8762"
24161+
},
24162+
{
24163+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24164+
"value": 38065.42296261077,
24165+
"unit": "iter/sec",
24166+
"range": "stddev: 0.0000028418989968315505",
24167+
"extra": "mean: 26.270560581508214 usec\nrounds: 17266"
24168+
},
24169+
{
24170+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24171+
"value": 8098.92546974368,
24172+
"unit": "iter/sec",
24173+
"range": "stddev: 0.000015675530628942117",
24174+
"extra": "mean: 123.47316983417662 usec\nrounds: 5735"
24175+
},
24176+
{
24177+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24178+
"value": 7661.8243738747815,
24179+
"unit": "iter/sec",
24180+
"range": "stddev: 0.000014737359681328197",
24181+
"extra": "mean: 130.5172177281681 usec\nrounds: 5291"
24182+
}
24183+
]
2413224184
}
2413324185
]
2413424186
}

0 commit comments

Comments
 (0)