From 153317c28d75a21bbb839cd0918ce7e79988a81a Mon Sep 17 00:00:00 2001 From: bernie Date: Sat, 16 Apr 2022 19:06:31 -0400 Subject: [PATCH] Edit page memo/benchmark/compression --- memo/benchmark/compression | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/memo/benchmark/compression b/memo/benchmark/compression index a45e987..fdde50b 100644 --- a/memo/benchmark/compression +++ b/memo/benchmark/compression @@ -3,6 +3,7 @@ === How to test === {{{ +sleep 10 # cooldown time lzop >/dev/null <testfile sleep 10 # cooldown time gzip >/dev/null <testfile @@ -14,7 +15,7 @@ time xz >/dev/null <testfile "testfile" is a 175MB non-compressible file. -Repeat 3 times and take the fastest measurement (assumes slower runs were throttled) +Repeat 3 times and take the fastest measurements (this assumes slower runs were throttled) === Results === @@ -53,7 +54,7 @@ Repeat 3 times and take the fastest measurement (assumes slower runs were thrott ==== Time (seconds) ==== || **Hostname** ||**lzop**||**gzip**||**bzip2**||**lzma** || **xz** ||**lzip** || -|| goreboot-gen12 || 0.078 || 3.868 || 10.982 || || 51.224 || 63.930 || +|| goreboot-gen12 || 0.078 || 3.868 || 10.982 || || 51.224 || 61.850 || || goreboot-gen8 || 0.086 || 5.177 || 18.200 || || 51.500 || 63.930 || || giskard-x1g7 || 0.116 || 5.684 || 19.870 || || 72.830 || 78.744 || || nico-desk || 0.169 || 2.512 || 23.294 || || 63.660 || 78.744 || -- 2.25.1