copy icon indicating copy to clipboard operation
copy copied to clipboard

Only this works for me on Windows

Open frederikhors opened this issue 5 years ago • 2 comments

frederikhors avatar Nov 25 '20 22:11 frederikhors

go test -bench=. -benchmem ./... don't work only on PowerShell. On cmd it work right. It's strange.

yazver avatar Dec 28 '20 11:12 yazver

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.

yazver avatar Dec 28 '20 11:12 yazver