Open firelizzard18 opened 3 hours ago
Related Issues
(Emoji vote if this was helpful or unhelpful; more detailed feedback welcome in this discussion.)
This is probably related to #61767 and CL 443596. It appears that the presence of -v results in the binary not being called with -test.v=test2json
, preventing CL 443596's fix from working.
Go version
go version go1.23.1 linux/amd64
Output of
go env
in your module/workspace:What did you do?
go test -v -json -run=- -bench=^BenchmarkSimple$ ./pkg/vm
in the root of https://gitlab.com/firelizzard/go-scriptWhat did you see happen?
Nothing but output events for the benchmark
What did you expect to see?
An
"Action":"run"
event for the benchmark