1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-11-29 13:23:40 +03:00
Commit Graph

5 Commits

Author SHA1 Message Date
Amin Yahyaabadi
35dc1e46fd
feat(profiler): support performance profiling via pprof (#768)
* 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>
2024-07-29 11:25:23 +03:00
Orhun Parmaksız
481713cbb7
chore(project): remove unnecessary Cargo.lock entry from .gitignore 2021-10-22 16:49:59 +03:00
orhun
8881083520
chore(git): remove etc directory from .gitignore 2021-08-07 21:58:40 +03:00
orhun
4a1ed9bb11
chore(project): rename
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-30 01:45:03 +03:00
orhun
cd69e764f6
Initial commit
Signed-off-by: orhun <orhunparmaksiz@gmail.com>
2021-05-11 01:54:45 +03:00