changing default perf strategy from BASIC (old) to SIMPLE (new, faster)
This commit is contained in:
parent
bdfd29a0b8
commit
a3668f1369
@ -20,7 +20,7 @@ static std::vector<std::string> available_impls;
|
|||||||
static std::string param_impl;
|
static std::string param_impl;
|
||||||
|
|
||||||
static enum PERF_STRATEGY strategyForce = PERF_STRATEGY_DEFAULT;
|
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_outliers;
|
||||||
static double param_max_deviation;
|
static double param_max_deviation;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user