From 9b0992e7a4cec49a830de289492279bc4c9355bd Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Wed, 17 Jun 2020 17:05:34 +0200 Subject: [PATCH] improve readability (see #139) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4d24693..dcdab55b 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ # Benchmarks -For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([slides](https://github.com/extrawurst/gitui-presentation)) I compared `lazygit`,`tig` and `gitui` by parsing the entire Linux git repository (which contains over 900 thousand commits): +For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([slides](https://github.com/extrawurst/gitui-presentation)) I compared `lazygit`,`tig` and `gitui` by parsing the entire Linux git repository (which contains over 900k commits): | | Time | Memory (GB) | Binary (MB) | Freezes | Crashes | | --------- | ----------- | ----------- | ----------- | --------- | --------- |