From 2998c33fcbf748671673168f8df04c9455d0dd12 Mon Sep 17 00:00:00 2001 From: Atemu Date: Wed, 2 Mar 2022 13:18:42 +0000 Subject: [PATCH] --- doc/bugs/git-annex_is_slow_at_reading_files.mdwn | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/doc/bugs/git-annex_is_slow_at_reading_files.mdwn b/doc/bugs/git-annex_is_slow_at_reading_files.mdwn index 551f8e2f13..91c187d3c5 100644 --- a/doc/bugs/git-annex_is_slow_at_reading_files.mdwn +++ b/doc/bugs/git-annex_is_slow_at_reading_files.mdwn @@ -6,9 +6,11 @@ The repo I'm reading from is inside a btrfs on top of an HDD but the same happen My CPU is pretty slow but reading a 1.7GiB file normally or even checksumming it is about an order of magnitude faster: -`git-annex fsck file`: 21s -`sha256sum file`: 5s -`cat file > /dev/null`: 2s +|Command|Time| +|:--|--:| +|`git-annex fsck file`| 21s | +|`sha256sum file`| 5s | +|`cat file > /dev/null`| 2s | (Tested inside a btrfs image in tmpfs with same settings (compress etc.))