x/perf/cmd/benchstat: wrong number of header columns in CSV output #67760
Labels
compiler/runtime
Issues related to the Go compiler and/or runtime.
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone
Go version
go version go1.22.3 linux/amd64
Output of
go env
in your module/workspace:What did you do?
Running
benchstat -output=csv
returns an invalid CSV (according to RFC4180) because the header is missing columns.I ran:
Find attached both
bm1.txt
andbm2.txt
.What did you see happen?
The output is:
Notice that the header has 4 columns, while the table rows have 7.
What did you expect to see?
The headers in the CSV should have all of the columns, i.e.
The text was updated successfully, but these errors were encountered: