Benchmark tool command line issues: "go test -bench ." works but "go test -bench=." doesn't #73593
Labels
ToolProposal
Issues describing a requested change to a Go tool or command-line program.
Go version
go version go1.24.2 windows/amd64
Output of
go env
in your module/workspace:What did you do?
Tried to run "go test" benchmark tool.
Here's the code:
What did you see happen?
With "go test -bench=." it printed:
But with "go test -bench ." it launched the benchmark:
What did you expect to see?
Expected to see the result of the benchmark.
The text was updated successfully, but these errors were encountered: