From d28b47c43ef73efbe06f77acea077bee9ccec492 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 5 Dec 2020 08:35:12 +0000 Subject: rename set to search --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 805c341..854a379 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,8 @@ sortbench: go test -run=xxx -bench=. ./sort | tee sortbench.out queuebench: go test -run=xxx -bench=. ./queue | tee queuebench.out -setbench: - go test -run=xxx -bench=. ./set | tee setbench.out +searchbench: + go test -run=xxx -bench=. ./search | tee searchbench.out profile: go test -run=xxx -bench=BenchmarkQuickSort ./sort -memprofile memprofile.out -cpuprofile cpuprofile.out go tool pprof cpuprofile.out -- cgit v1.2.3