From c0164c47505437a6e6dffe454ae54b8d40510aac Mon Sep 17 00:00:00 2001 From: Atemu Date: Fri, 4 Mar 2022 14:16:54 +0000 Subject: [PATCH] Added a comment --- ...t_1_ed54af250541e2add89938b939016659._comment | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/bugs/git-annex_is_slow_at_reading_file_content/comment_1_ed54af250541e2add89938b939016659._comment diff --git a/doc/bugs/git-annex_is_slow_at_reading_file_content/comment_1_ed54af250541e2add89938b939016659._comment b/doc/bugs/git-annex_is_slow_at_reading_file_content/comment_1_ed54af250541e2add89938b939016659._comment new file mode 100644 index 0000000000..0e44a2de3e --- /dev/null +++ b/doc/bugs/git-annex_is_slow_at_reading_file_content/comment_1_ed54af250541e2add89938b939016659._comment @@ -0,0 +1,16 @@ +[[!comment format=mdwn + username="Atemu" + avatar="http://cdn.libravatar.org/avatar/d1f0f4275931c552403f4c6707bead7a" + subject="comment 1" + date="2022-03-04T14:16:53Z" + content=""" +To expand on this, results from my more powerful machine reading a 14G file (all in tmpfs): + +|Command|Time| +|:--|--:| +|`git-annex fsck file`| 45s | +|`sha256sum file`| 7s | +|`cat file > /dev/null`| 1s | + +(5800X with dual channel quad rank 3600MT/s CL16 RAM) +"""]]