Edit page memo/benchmark/compression
authorbernie <bernie@23.240.124.92>
Sat, 16 Apr 2022 23:06:31 +0000 (19:06 -0400)
committerGeekiGeeki <webmaster@codewiz.org>
Sat, 16 Apr 2022 23:06:31 +0000 (19:06 -0400)
memo/benchmark/compression

index a45e987cacc4dade51ad60a53ad2b5ae262842bf..fdde50b6ca256df1c6f41f8e7b849ff5ad4588ee 100644 (file)
@@ -3,6 +3,7 @@
 === How to test ===
 
 {{{
+sleep 10  # cooldown
 time lzop  &gt;/dev/null &lt;testfile
 sleep 10  # cooldown
 time gzip  &gt;/dev/null &lt;testfile
@@ -14,7 +15,7 @@ time xz    &gt;/dev/null &lt;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 ||