Skip to content

Commit 61519ec

Browse files
author
github-action-benchmark
committed
add Benchmark (pytest) benchmark result for ef6220c
1 parent 9809a50 commit 61519ec

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": 1774911938499,
2+
"lastUpdate": 1774912445695,
33
"repoUrl": "https://github.com/AzureAD/microsoft-authentication-library-for-python",
44
"entries": {
55
"Benchmark": [
@@ -39199,6 +39199,58 @@ window.BENCHMARK_DATA = {
3919939199
"extra": "mean: 110.14202762167147 usec\nrounds: 4091"
3920039200
}
3920139201
]
39202+
},
39203+
{
39204+
"commit": {
39205+
"author": {
39206+
"email": "RyAuld@microsoft.com",
39207+
"name": "Ryan Auld",
39208+
"username": "RyAuld"
39209+
},
39210+
"committer": {
39211+
"email": "RyAuld@microsoft.com",
39212+
"name": "Ryan Auld",
39213+
"username": "RyAuld"
39214+
},
39215+
"distinct": true,
39216+
"id": "ef6220c7996caf2500c387bf859d11ae5569cf8c",
39217+
"message": "Clarify cron comment: 07:45 UTC = 11:45 PM PST / 12:45 AM PDT",
39218+
"timestamp": "2026-03-30T16:03:35-07:00",
39219+
"tree_id": "903fda8caced1ad793128e28e53851c5d64985e1",
39220+
"url": "https://github.com/AzureAD/microsoft-authentication-library-for-python/commit/ef6220c7996caf2500c387bf859d11ae5569cf8c"
39221+
},
39222+
"date": 1774912443484,
39223+
"tool": "pytest",
39224+
"benches": [
39225+
{
39226+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_hit",
39227+
"value": 44247.32701005041,
39228+
"unit": "iter/sec",
39229+
"range": "stddev: 0.0000013758530264108373",
39230+
"extra": "mean: 22.600235258795596 usec\nrounds: 9989"
39231+
},
39232+
{
39233+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_hit",
39234+
"value": 40609.002746187965,
39235+
"unit": "iter/sec",
39236+
"range": "stddev: 0.0000020180979920117315",
39237+
"extra": "mean: 24.62508144438173 usec\nrounds: 16367"
39238+
},
39239+
{
39240+
"name": "tests/test_benchmark.py::test_cca_1_tenant_with_10_tokens_per_tenant_and_cache_miss",
39241+
"value": 8795.940552676275,
39242+
"unit": "iter/sec",
39243+
"range": "stddev: 0.000015046282441275198",
39244+
"extra": "mean: 113.68880837828507 usec\nrounds: 4822"
39245+
},
39246+
{
39247+
"name": "tests/test_benchmark.py::test_cca_many_tenants_with_10_tokens_per_tenant_and_cache_miss",
39248+
"value": 8375.783147462815,
39249+
"unit": "iter/sec",
39250+
"range": "stddev: 0.000012097871666398384",
39251+
"extra": "mean: 119.391820728181 usec\nrounds: 4284"
39252+
}
39253+
]
3920239254
}
3920339255
]
3920439256
}

0 commit comments

Comments
 (0)