fixed dangerous states to be applied
This commit is contained in:
@@ -161,6 +161,7 @@ fn main() -> Result<()> {
|
||||
// 5. Spawn Backend Orchestrator
|
||||
let sal_backend = sal.clone();
|
||||
let facts_backend = facts.clone();
|
||||
let config_out = args.config_out.clone();
|
||||
let backend_handle = thread::spawn(move || {
|
||||
let workload = Box::new(StressNg::new());
|
||||
let mut orchestrator = BenchmarkOrchestrator::new(
|
||||
@@ -169,6 +170,7 @@ fn main() -> Result<()> {
|
||||
workload,
|
||||
telemetry_tx,
|
||||
command_rx,
|
||||
config_out,
|
||||
);
|
||||
orchestrator.run()
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user