From 6c9bb9f6166e48386baa188b8ce42ba15ed835ed Mon Sep 17 00:00:00 2001 From: extrawurst Date: Thu, 8 Aug 2024 01:11:51 +0800 Subject: [PATCH] update binary sizes (closing #2330) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3f083017..3ed09c29 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,8 @@ For a [RustBerlin meetup presentation](https://youtu.be/rpilJV-eIVw?t=5334) ([sl | | Time | Memory (GB) | Binary (MB) | Freezes | Crashes | | --------- | ---------- | ----------- | ----------- | --------- | --------- | -| `gitui` | **24 s** ✅ | **0.17** ✅ | 1.4 | **No** ✅ | **No** ✅ | -| `lazygit` | 57 s | 2.6 | 16 | Yes | Sometimes | +| `gitui` | **24 s** ✅ | **0.17** ✅ | 10 | **No** ✅ | **No** ✅ | +| `lazygit` | 57 s | 2.6 | 25 | Yes | Sometimes | | `tig` | 4 m 20 s | 1.3 | **0.6** ✅ | Sometimes | **No** ✅ | ## 4. Road(map) to 1.0 [Top ▲](#table-of-contents)