Mem: go test -o tests/test.exe -memprofile tests/mem && go tool pprof -http : tests/mem Cpu: go test -o tests/test.exe -cpuprofile tests/cpu && go tool pprof -http : tests/cpu
go test -o tests/test.exe -memprofile tests/mem && go tool pprof -http : tests/mem
go test -o tests/test.exe -cpuprofile tests/cpu && go tool pprof -http : tests/cpu