From 185a474b6a0e70a8b2f3f9c72301a0432282db9a Mon Sep 17 00:00:00 2001 From: Konstantin Knizhnik Date: Wed, 30 Apr 2025 17:53:50 +0300 Subject: [PATCH] Fix comments --- test_runner/performance/test_lfc_prefetch.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test_runner/performance/test_lfc_prefetch.py b/test_runner/performance/test_lfc_prefetch.py index d789b252da..c5cd155560 100644 --- a/test_runner/performance/test_lfc_prefetch.py +++ b/test_runner/performance/test_lfc_prefetch.py @@ -13,14 +13,15 @@ if TYPE_CHECKING: from fixtures.utils import USE_LFC +@pytest.mark.remote_cluster @pytest.mark.timeout(100000) -@pytest.mark.parametrize("n_readers", [8, 1, 2, 4]) +@pytest.mark.parametrize("n_readers", [1, 2, 4, 8]) @pytest.mark.parametrize("n_writers", [0, 1, 2, 4, 8]) @pytest.mark.parametrize("chunk_size", [1, 8, 16]) @pytest.mark.skipif(not USE_LFC, reason="LFC is disabled, skipping") def test_lfc_prefetch(neon_simple_env: NeonEnv, n_readers: int, n_writers: int, chunk_size: int): """ - Test resizing the Local File Cache + Test prefetch under different kinds of workload """ env = neon_simple_env endpoint = env.endpoints.create_start( @@ -100,7 +101,7 @@ def test_lfc_prefetch(neon_simple_env: NeonEnv, n_readers: int, n_writers: int, @pytest.mark.skipif(not USE_LFC, reason="LFC is disabled, skipping") def test_lfc_async_prefetch_performance(neon_simple_env: NeonEnv, zenbenchmark): """ - Test resizing the Local File Cache + Demonstrate performance advantages of storing prefetch results in LFC """ env = neon_simple_env endpoint = env.endpoints.create_start(