mirror of
https://github.com/opencv/opencv.git
synced 2025-06-10 19:24:07 +08:00
fix perf tests
This commit is contained in:
parent
21e38f2949
commit
12f01b778b
@ -914,7 +914,7 @@ void TestBase::Init(const std::vector<std::string> & availableImpls,
|
|||||||
if (!args.check())
|
if (!args.check())
|
||||||
{
|
{
|
||||||
args.printErrors();
|
args.printErrors();
|
||||||
exit();
|
exit(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
timeLimitDefault = param_time_limit == 0.0 ? 1 : (int64)(param_time_limit * cv::getTickFrequency());
|
timeLimitDefault = param_time_limit == 0.0 ? 1 : (int64)(param_time_limit * cv::getTickFrequency());
|
||||||
|
Loading…
Reference in New Issue
Block a user