cmd/test2json: go test -bench -json -count output is inconsistent #66825
Labels
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.2 darwin/arm64
Output of
go env
in your module/workspace:What did you do?
What did you see happen?
Note how the first timing output line has the Test field, and the second one doesn't.
What did you expect to see?
Either both output events having the Test field set (which is what makes more sense to me and would make it easier to extract the data I am looking for, since without Test field I have to manually filter out metadata and result option lines), or neither (which curiously is what
go doc test2json
claims).The text was updated successfully, but these errors were encountered: