mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 00:48:35 +00:00
benchmark in md, no pic
This commit is contained in:
parent
17e5b00e65
commit
55f9dd466c
2 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
|
@ -31,9 +31,15 @@ blazing fast terminal-ui for git written in rust
|
|||
|
||||
# benchmarks
|
||||
|
||||
For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) I compared *lazygit*,*tig* and *gitui* parsing the entire linux git repository:
|
||||
For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) I compared *lazygit*,*tig* and *gitui* parsing the entire linux git repository (~900k commits):
|
||||
|
||||

|
||||
||lazygit|tig|**gitui**|
|
||||
|--|--|--|--|
|
||||
|time| 57s | 4m 20s |**24s**
|
||||
| mem |2.6 gb|1.3 gb| **170 mb**
|
||||
| binary | 16 mb | **600 kb** | 1.4 mb
|
||||
| freezes | yes | soso | **no**
|
||||
| crashes | sometimes | no | **no**
|
||||
|
||||
presentation slides: https://github.com/extrawurst/gitui-presentation
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 220 KiB |
Loading…
Reference in a new issue