Set ENABLE_SIMULATION_IMPROVEMENTS to true

This commit is contained in:
sfc-gh-tclinkenbeard 2022-09-19 12:03:29 -07:00
parent ff6514527c
commit 5e71f365fb
1 changed files with 1 additions and 1 deletions

View File

@ -240,7 +240,7 @@ void FlowKnobs::initialize(Randomize randomize, IsSimulated isSimulated) {
init( SIM_SPEEDUP_AFTER_SECONDS, 450 );
init( MAX_TRACE_LINES, 1'000'000 );
init( CODE_COV_TRACE_EVENT_SEVERITY, 10 ); // Code coverage TraceEvent severity level
init( ENABLE_SIMULATION_IMPROVEMENTS, false ); // Separate normal workloads and failure injection
init( ENABLE_SIMULATION_IMPROVEMENTS, true ); // Separate normal workloads and failure injection
//TDMetrics
init( MAX_METRICS, 600 );