From 25fdb1a1f0dc105a6c03e894179fb558ab3633ec Mon Sep 17 00:00:00 2001 From: Tyler Neely Date: Thu, 3 Nov 2022 13:48:11 +0000 Subject: [PATCH] Make the high_density_shard_create_scan test run much faster --- tests/unit/high_density_shard_create_scan.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/high_density_shard_create_scan.cpp b/tests/unit/high_density_shard_create_scan.cpp index 64c1c4876..9c2d1cfd7 100644 --- a/tests/unit/high_density_shard_create_scan.cpp +++ b/tests/unit/high_density_shard_create_scan.cpp @@ -284,10 +284,10 @@ void RunWorkload(int shards, int replication_factor, int create_ops, int scan_op } TEST(MachineManager, ManyShards) { - auto shards_attempts = {1, 2, 4, 8}; - auto shard_worker_thread_attempts = {1, 2, 4, 8}; + auto shards_attempts = {1, 64}; + auto shard_worker_thread_attempts = {1, 32}; auto replication_factor = 1; - auto create_ops = 1024; + auto create_ops = 128; auto scan_ops = 1; std::cout << "splits threads scan_all_microseconds\n";