diff --git a/Makefile b/Makefile index ae34959..bf3f796 100644 --- a/Makefile +++ b/Makefile @@ -31,4 +31,8 @@ docker-build: docker build -t $(IMAGE):$(TAG) . docker-push: - docker push $(IMAGE):$(TAG) \ No newline at end of file + docker push $(IMAGE):$(TAG) + +profile-test: + go test -run=none -bench=ClientServerParallel4 -cpuprofile=cprof net/http + go tool pprof --text http.test cprof \ No newline at end of file