Skip to content

Commit 55f9dd4

Browse files
author
Stephan Dilly
committed
benchmark in md, no pic
1 parent 17e5b00 commit 55f9dd4

File tree

2 files changed

+9
-3
lines changed

2 files changed

+9
-3
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,15 @@ blazing fast terminal-ui for git written in rust
3131

3232
# benchmarks
3333

34-
For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) I compared *lazygit*,*tig* and *gitui* parsing the entire linux git repository:
35-
36-
![](assets/compare.png)
34+
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):
35+
36+
||lazygit|tig|**gitui**|
37+
|--|--|--|--|
38+
|time| 57s | 4m 20s |**24s**
39+
| mem |2.6 gb|1.3 gb| **170 mb**
40+
| binary | 16 mb | **600 kb** | 1.4 mb
41+
| freezes | yes | soso | **no**
42+
| crashes | sometimes | no | **no**
3743

3844
presentation slides: https://github.com/extrawurst/gitui-presentation
3945

assets/compare.png

-220 KB
Binary file not shown.

0 commit comments

Comments
 (0)