Skip to content

Commit 3c9fb2c

Browse files
committed
tmp: test a bunch of swiotlb sizes
Temporary commit so I can collect some perf data and see how swiotlb sizes impact throughput etc. Signed-off-by: Patrick Roy <[email protected]>
1 parent 9417d8f commit 3c9fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ def io_engine(request):
377377

378378

379379
@pytest.fixture(
380-
params=[None, 16, 32, 64] if platform.machine() == "aarch64" else [None]
380+
params=[None, 1, 2, 4, 8, 16, 32, 64] if platform.machine() == "aarch64" else [None]
381381
)
382382
def memory_config(request):
383383
"""Differently configured swiotlb regions. Only supported on aarch64"""

0 commit comments

Comments
 (0)