Fix PerformanceTest runs

This commit is contained in:
proller 2017-10-10 16:32:31 +03:00
parent 56f7f1df72
commit 47798f0b8a

View File

@ -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;