perf icon indicating copy to clipboard operation
perf copied to clipboard

[mirror] Performance measurement, storage, and analysis.

Results 4 perf issues
Sort by recently updated
recently updated
newest added

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...

cla: yes

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

cla: yes

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...