summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <pbuetow@mimecast.com>2020-08-07 11:14:35 +0100
committerPaul Buetow <pbuetow@mimecast.com>2020-08-07 11:14:35 +0100
commitdeaa4e1c33cd2c1c75f698881918688055abfa51 (patch)
treec6a82fec9cc3030f169d0b4441a8c63dd6bd1ea1 /Makefile
parentd4c15be3268ee675b0d5853a8ffdb6c4c92585e7 (diff)
add quick2
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
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