Workflow fails on go test -v ./pkg/engine/request_performance_tests -bench=. -run=xxx -benchmem -benchtime=1x -memprofile with following error:
flag needs an argument: -memprofile
usage: go test [build/test flags] [packages] [build/test flags & test binary flags]
Run 'go help test' and 'go help testflag' for details.
Error: Process completed with exit code 2.
Workflow fails on
go test -v ./pkg/engine/request_performance_tests -bench=. -run=xxx -benchmem -benchtime=1x -memprofile
with following error: