fix perf tests

pull/5385/head
Alexander Alekhin 9 years ago
parent 21e38f2949
commit 12f01b778b
  1. 2
      modules/ts/src/ts_perf.cpp

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

Loading…
Cancel
Save