mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-26 17:41:59 +00:00
Fix PerformanceTest runs
This commit is contained in:
parent
56f7f1df72
commit
47798f0b8a
@ -931,7 +931,7 @@ private:
|
||||
else
|
||||
throw DB::Exception("Unknown type " + config_exec_type + " in :" + test_name);
|
||||
|
||||
times_to_run = test_config->getUInt("times_to_run");
|
||||
times_to_run = test_config->getUInt("times_to_run", 1);
|
||||
|
||||
stop_conditions_by_run.clear();
|
||||
TestStopConditions stop_conditions_template;
|
||||
|
Loading…
Reference in New Issue
Block a user