summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2020-10-16 09:04:06 +0100
committerPaul Buetow <paul@buetow.org>2020-10-16 09:04:06 +0100
commitda8837c515cbefadce9bdbb5e035398f89b283ec (patch)
tree54eadc99c0ae28695feefd526d83b415cd447bd6 /Makefile
parent2de042b741957f1e06fdfb6e3cf9c8219ce4c655 (diff)
initial search tree set
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2a2a4ac..efce335 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,7 @@ sortbench:
go test -run=xxx -bench=. ./sort | tee sortbench.out
queuebench:
go test -run=xxx -bench=. ./queue | tee queuebench.out
+ go test -run=xxx -bench=. ./queue | tee queuebench.out
profile:
go test -run=xxx -bench=BenchmarkQuickSort ./sort -memprofile memprofile.out -cpuprofile cpuprofile.out
go tool pprof cpuprofile.out