Skip to content

Commit a5fd077

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

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": 1736921094881,
2+
"lastUpdate": 1736922030222,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -24181,6 +24181,58 @@ window.BENCHMARK_DATA = {
2418124181
"extra": "mean: 130.5172177281681 usec\nrounds: 5291"
2418224182
}
2418324183
]
24184+
},
24185+
{
24186+
"commit": {
24187+
"author": {
24188+
"email": "[email protected]",
24189+
"name": "Ray Luo",
24190+
"username": "rayluo"
24191+
},
24192+
"committer": {
24193+
"email": "[email protected]",
24194+
"name": "Ray Luo",
24195+
"username": "rayluo"
24196+
},
24197+
"distinct": false,
24198+
"id": "37badb876e1dc7c23022445f241bc8bf954c49f2",
24199+
"message": "Py3.7 is unavailable on ubuntu 24.04",
24200+
"timestamp": "2025-01-14T22:00:13-08:00",
24201+
"tree_id": "3072376edc066404824a3ec12f6dc1ce403b1c27",
24202+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/37badb876e1dc7c23022445f241bc8bf954c49f2"
24203+
},
24204+
"date": 1736922029845,
24205+
"tool": "pytest",
24206+
"benches": [
24207+
{
24208+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
24209+
"value": 41904.29877957372,
24210+
"unit": "iter/sec",
24211+
"range": "stddev: 0.0000022720919731132854",
24212+
"extra": "mean: 23.863900103906538 usec\nrounds: 8659"
24213+
},
24214+
{
24215+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
24216+
"value": 39202.98808145431,
24217+
"unit": "iter/sec",
24218+
"range": "stddev: 0.000003107804200675357",
24219+
"extra": "mean: 25.508259674549357 usec\nrounds: 16409"
24220+
},
24221+
{
24222+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
24223+
"value": 8199.504430312794,
24224+
"unit": "iter/sec",
24225+
"range": "stddev: 0.000014973362282142766",
24226+
"extra": "mean: 121.95859011955581 usec\nrounds: 5526"
24227+
},
24228+
{
24229+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
24230+
"value": 7934.616075569402,
24231+
"unit": "iter/sec",
24232+
"range": "stddev: 0.000015414057695444276",
24233+
"extra": "mean: 126.03004234558864 usec\nrounds: 5951"
24234+
}
24235+
]
2418424236
}
2418524237
]
2418624238
}

0 commit comments

Comments
 (0)