copy
copy copied to clipboard
Only this works for me on Windows
go test -bench=. -benchmem ./... don't work only on PowerShell. On cmd it work right. It's strange.
It's PowerShell error. https://github.com/golang/go/issues/43179 https://github.com/PowerShell/PowerShell/issues/6291
go test -bench . -benchmem ./... work on PowerShell.