diff options
| author | Paul Buetow <git@mx.buetow.org> | 2020-12-05 08:35:12 +0000 |
|---|---|---|
| committer | Paul Buetow <git@mx.buetow.org> | 2020-12-05 08:35:12 +0000 |
| commit | d28b47c43ef73efbe06f77acea077bee9ccec492 (patch) | |
| tree | 24a2bbf5a07936b4e62d36eeaa0f0d756d868a87 /Makefile | |
| parent | c8915f36887f82ee9b092393289895338df3d7c0 (diff) | |
rename set to search
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
