perf
perf copied to clipboard
[mirror] Performance measurement, storage, and analysis.
This brings the API in-line with that of `FormatText` and `FormatCSV` and allows it to be used without necessitating an intermediate buffer. The change is fully backwards compatible and doesn't...
README.md in cmd/benchstat was removed to prevent duplication and bit rot, because it was the duplicate of the package comment. Fixes golang/go#23471
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...