1 files changed, 0 insertions(+), 17 deletions(-)
D Makefile
D Makefile => Makefile +0 -17
@@ 1,17 0,0 @@
-clean:
- rm -f *.out
- rm -f *.test
- rm -f *.svg
-
-bench:
- go test -bench=. -benchmem
-
-cover:
- go test -coverprofile=coverage.out
- go tool cover -html=coverage.out
-
-profile:
- go test -run=NONE -bench=BenchmarkRender -cpuprofile=cpu.out
- go test -run=NONE -bench=BenchmarkRender -memprofile=mem.out
- go tool pprof -svg -output cpu.svg ./goldmark-gemtext.test cpu.out
- go tool pprof -svg -output mem.svg ./goldmark-gemtext.test mem.out