Commit a3668f13 authored by Andrey Pavlenko's avatar Andrey Pavlenko

changing default perf strategy from BASIC (old) to SIMPLE (new, faster)

parent bdfd29a0
...@@ -20,7 +20,7 @@ static std::vector<std::string> available_impls; ...@@ -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;
......
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