fn new()

in src/flux.rs [27:33]


    fn new() -> Self {
        Self {
            messages: Vec::new(),
            benchmarks: Vec::new(),
            results: Vec::new(),
        }
    }