From deaa4e1c33cd2c1c75f698881918688055abfa51 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Fri, 7 Aug 2020 11:14:35 +0100 Subject: add quick2 --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 24dd61f..cf5cf2c 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ run: test: go test ./... -v bench: - go test -run=10 -bench=. ./... -v + go test -run=xxx -bench=. ./... -v profile: - go test -bench=QuickSort ./sort -memprofile memprofile.out -cpuprofile profile.out - go tool pprof profile.out + go test -run=xxx -bench=Quick2Sort ./sort -memprofile memprofile.out -cpuprofile cpuprofile.out + go tool pprof cpuprofile.out -- cgit v1.2.3