Skip to content

Commit 9c8d819

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for e8e4d55
1 parent 53aba8b commit 9c8d819

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": 1774911123105,
2+
"lastUpdate": 1774911150133,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -38783,6 +38783,58 @@ window.BENCHMARK_DATA = {
3878338783
"extra": "mean: 139.51885649629696 usec\nrounds: 3756"
3878438784
}
3878538785
]
38786+
},
38787+
{
38788+
"commit": {
38789+
"author": {
38790+
"email": "RyAuld@microsoft.com",
38791+
"name": "Ryan Auld",
38792+
"username": "RyAuld"
38793+
},
38794+
"committer": {
38795+
"email": "RyAuld@microsoft.com",
38796+
"name": "Ryan Auld",
38797+
"username": "RyAuld"
38798+
},
38799+
"distinct": true,
38800+
"id": "e8e4d55a73a4dda182b243e8dee10cfe031decf0",
38801+
"message": "Pass LabAuth secret via env var to avoid bash command substitution on undefined variable",
38802+
"timestamp": "2026-03-30T15:49:18-07:00",
38803+
"tree_id": "110743c81862e58b296f74eaaa3197f3929be01b",
38804+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/e8e4d55a73a4dda182b243e8dee10cfe031decf0"
38805+
},
38806+
"date": 1774911148973,
38807+
"tool": "pytest",
38808+
"benches": [
38809+
{
38810+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
38811+
"value": 38822.00339800349,
38812+
"unit": "iter/sec",
38813+
"range": "stddev: 0.000003853755192211719",
38814+
"extra": "mean: 25.758588235336337 usec\nrounds: 8143"
38815+
},
38816+
{
38817+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
38818+
"value": 35102.343753123474,
38819+
"unit": "iter/sec",
38820+
"range": "stddev: 0.000004026863315354382",
38821+
"extra": "mean: 28.48812623547446 usec\nrounds: 16390"
38822+
},
38823+
{
38824+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
38825+
"value": 7426.957223426018,
38826+
"unit": "iter/sec",
38827+
"range": "stddev: 0.000017171973267126253",
38828+
"extra": "mean: 134.64464247159148 usec\nrounds: 3334"
38829+
},
38830+
{
38831+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
38832+
"value": 6893.814405060893,
38833+
"unit": "iter/sec",
38834+
"range": "stddev: 0.00001755726378223766",
38835+
"extra": "mean: 145.05757498575525 usec\nrounds: 3494"
38836+
}
38837+
]
3878638838
}
3878738839
]
3878838840
}

0 commit comments

Comments
 (0)