You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Fixesgolang/go#58579
0 commit comments