changing default perf strategy from BASIC (old) to SIMPLE (new, faster)
authorAndrey Pavlenko <andrey.pavlenko@itseez.com>
Fri, 21 Mar 2014 14:29:06 +0000 (18:29 +0400)
committerAndrey Pavlenko <andrey.pavlenko@itseez.com>
Fri, 21 Mar 2014 14:29:06 +0000 (18:29 +0400)
modules/ts/src/ts_perf.cpp

index f1403b9..25981a7 100644 (file)
@@ -20,7 +20,7 @@ static std::vector<std::string> available_impls;
 static std::string  param_impl;
 
 static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
-static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_BASE;
+static enum PERF_STRATEGY strategyModule = PERF_STRATEGY_SIMPLE;
 
 static double       param_max_outliers;
 static double       param_max_deviation;