summaryrefslogtreecommitdiff
path: root/Makefile
blob: 169794bca03770126caab830b9196e859d4c2e7f (plain)
1
2
3
4
5
6
7
8
test:
	go test -v -race ./...

build:
	CGO_ENABLED=0 go build -trimpath -ldflags "-s" -o rr cmd/rr/main.go

debug:
	dlv debug cmd/rr/main.go -- serve -c .rr-sample-bench-http.yaml