Commit 12f01b77 authored by Alexander Alekhin's avatar Alexander Alekhin

fix perf tests

parent 21e38f29
......@@ -914,7 +914,7 @@ void TestBase::Init(const std::vector<std::string> & availableImpls,
if (!args.check())
{
args.printErrors();
exit();
exit(1);
}
timeLimitDefault = param_time_limit == 0.0 ? 1 : (int64)(param_time_limit * cv::getTickFrequency());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment