cbdr
cbdr copied to clipboard
Continuous benchmarking, done right
Hello, First of all, thanks for taking the time to write the awesome introduction! I've learned a lot :) I was reading the code and the error `Error::ZeroVariance` [returned here](https://github.com/asayers/cbdr/blob/216f1f2680431ecffd85f9a92994b37772260f24/behrens-fisher/src/lib.rs#L71)...
Unless you are trying to bench command with some shell redirects - you can split arguments yourself with this and call a command by hand. https://docs.rs/shellwords/latest/shellwords/fn.split.html
Expectation: `cargo run -- sample "echo ...." "echo ,,,," | cargo run -- analyze` runs Reality: `Error: CSV error: record 2 (line: 3, byte: 85): found record with 8 fields,...