Skip to content

Commit

Permalink
Add debug make target
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoene committed Mar 8, 2014
1 parent 69e1cac commit b214772
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ default: fmt run
fmt:
go fmt *.go

debug:
go run main.go -debug -flush=5 -percentiles=90,95,99

build:
go build

Expand Down

0 comments on commit b214772

Please sign in to comment.