Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 298 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (9 loc) · 298 Bytes

Contributing to helm-docs

Testing

Benchmarks

If you are working on a feature that is likely to impact performance, consider running benchmarks and comparing the results before and after your change.

To run benchmarks, run the command:

go test -run=^$ -bench=. ./cmd/helm-docs