mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-31 03:50:37 +00:00
remov the "parallel" mode, as we won't ever enable this in practice and benchmarks have shown very limited upside over futures-unordered
This commit is contained in:
@@ -67,7 +67,7 @@ def test_pageserver_characterize_throughput_with_n_tenants(
|
||||
# which by default uses 64 connections
|
||||
@pytest.mark.parametrize("n_clients", [1])
|
||||
@pytest.mark.parametrize("n_tenants", [1])
|
||||
@pytest.mark.parametrize("io_concurrency", ["serial", "parallel", "futures-unordered"])
|
||||
@pytest.mark.parametrize("io_concurrency", ["serial", "futures-unordered"])
|
||||
@pytest.mark.parametrize("ps_direct_io_mode", ["direct"])
|
||||
@pytest.mark.timeout(2400)
|
||||
@skip_on_ci(
|
||||
|
||||
@@ -32,7 +32,7 @@ class PageServicePipeliningConfigPipelined(PageServicePipeliningConfig):
|
||||
|
||||
|
||||
PS_DIRECT_IO = ["direct"]
|
||||
PS_IO_CONCURRENCY = ["serial", "parallel", "futures-unordered"]
|
||||
PS_IO_CONCURRENCY = ["serial", "futures-unordered"]
|
||||
EXECUTION = ["concurrent-futures"]
|
||||
|
||||
NON_BATCHABLE: list[PageServicePipeliningConfig] = [PageServicePipeliningConfigSerial()]
|
||||
|
||||
Reference in New Issue
Block a user