Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmakait committed May 9, 2024
1 parent 1119a8b commit 27c457f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/benchmarks/test_join.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,8 @@ def test_join_big_small(small_client, memory_multiplier, configure_shuffling):

@pytest.mark.shuffle_p2p
@pytest.mark.parametrize("persist", [True, False])
@pytest.mark.parametrize("n_columns", [1, 10, 100, 1000])
def test_set_index(small_client, persist, memory_multiplier, n_columns):
@pytest.mark.parametrize("n_columns", [100, 1000])
def test_set_index(small_client, persist, n_columns, memory_multiplier):
memory = cluster_memory(small_client) # 76.66 GiB

df_big = timeseries_of_size(
Expand Down

0 comments on commit 27c457f

Please sign in to comment.