diff options
| -rw-r--r-- | Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -6,3 +6,6 @@ test: go test ./... -v bench: go test -run=10 -bench=. ./... -v +profile: + go test -bench=QuickSort ./sort -memprofile memprofile.out -cpuprofile profile.out + go tool pprof profile.out |
