BurntSushi / cargo-benchcmp

A small utility to compare Rust micro-benchmarks.
The Unlicense
342 stars 21 forks source link

Windows pipes in UTF-16 #31

Open cbreeden opened 7 years ago

cbreeden commented 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".

BurntSushi commented 6 years ago

What do you think cargo benchcmp should do to fix this?