From 19b1f4ba70da89530e5d30535400850aeef632fd Mon Sep 17 00:00:00 2001 From: Hau Nguyen Date: Sun, 15 Dec 2024 09:15:08 +0700 Subject: [PATCH] chore: add go profile tools --- scripts/go.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/go.sh b/scripts/go.sh index 387643e..3c0cbb2 100755 --- a/scripts/go.sh +++ b/scripts/go.sh @@ -19,3 +19,5 @@ go install github.com/dkorunic/betteralign/cmd/betteralign@latest go install github.com/maruel/panicparse/v2@latest go install gotest.tools/gotestsum@latest go install github.com/bufbuild/buf/cmd/buf@latest +go install github.com/google/pprof@latest +go install github.com/sudorandom/fauxrpc/cmd/fauxrpc@latest