Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
benchfmt: return an error in case of a non UTF-8 encoded file
Currently, when using the benchstat tool to read files that are not UTF-8 encoded, it will fail silently. With this patch, when parsing non UTF-8 encoded files, benchfmt will now return an error instead letting the user know their input file is not properly formatted. Fixes golang/go#58579
- Loading branch information