Update CONTRIBUTING.md

Signed-off-by: Evans Mungai <mbuevans@gmail.com>
pull/30552/head
Evans Mungai 10 months ago committed by Scott Rigby
parent a32e11bdc3
commit 3b43f7be60
No known key found for this signature in database
GPG Key ID: C7C6FBB5B91C1155

@ -280,7 +280,7 @@ Small, ad-hoc changes/PRs to Helm which introduce user facing changes, which wou
### Profiling PRs
During development, you need to add automated tests where possible. There are a few `make test*` targets that you can use to execute your unit or integration tests. If your contribution requires profiling to check memory and/or CPU usage, you can use `--cpuprofile` and/or `--memprofile` global cli flags to collect runtime profiling data for analysis. You can use Golang's [pprof](https://github.com/google/pprof/blob/main/doc/README.md) tool to inspect the results.
If your contribution requires profiling to check memory and/or CPU usage, you can use `--cpuprofile` and/or `--memprofile` global cli flags to collect runtime profiling data for analysis. You can use Golang's [pprof](https://github.com/google/pprof/blob/main/doc/README.md) tool to inspect the results.
Example analysing collected profiling data
```

Loading…
Cancel
Save