mirror of
https://github.com/orhun/git-cliff.git
synced 2024-11-29 05:53:38 +03:00
35dc1e46fd
* feat: support performance profiling via pprof This adds support for performance profiling that allows for finding the bottlenecks and performance optimizations. It can be enabled via `profiler` feature and the `bench` build profile. ```shell cargo build --profile=bench --features=profiler ``` * refactor(profiling): clean up implementation * feat(ci): run profiler * fix(ci): fetch all the history for profiler * docs(website): add profiling docs --------- Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>
8 lines
108 B
Plaintext
8 lines
108 B
Plaintext
# Compiled files and executables
|
|
/target/
|
|
|
|
# Backup files generated by rustfmt
|
|
**/*.rs.bk
|
|
|
|
*.flamegraph.svg
|