Open cbreeden opened 7 years ago
One windows, piping the benchmarks like cargo bench > old will save the results in UTF-16. Running cargo benchcmp will then fail with "stream did not contain valid UTF-8".
cargo bench > old
cargo benchcmp
What do you think cargo benchcmp should do to fix this?
One windows, piping the benchmarks like
cargo bench > old
will save the results in UTF-16. Runningcargo benchcmp
will then fail with "stream did not contain valid UTF-8".