~blainsmith/pprof.sh

5507cb9e73dbca5795b2593de76e2806ddb93399 — Blain Smith 3 years ago d1aef27
add install steps
1 files changed, 7 insertions(+), 0 deletions(-)

M README.md
M README.md => README.md +7 -0
@@ 2,6 2,13 @@

Nothing too fancy here, but just a helper script to lower the bar for getting started/using Go's pprof capabilities against benchmark tests.

## Install

```
> curl https://raw.githubusercontent.com/blainsmith/pprof.sh/main/pprof.sh > pprof.sh
> chmod +x pprof.sh
```

## Usage

Run `./pprof.sh` without arguments for usage.