From a38e7355f31c0ce13647583f5f12bf28255a5839 Mon Sep 17 00:00:00 2001 From: Guilleag01 <51876317+Guilleag01@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:11:43 +0100 Subject: [PATCH] Update README.md --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 592cdad..d3aff80 100644 --- a/README.md +++ b/README.md @@ -3,6 +3,7 @@ - [Compression test](#compression-test) - [Test setup](#test-setup) + - [Commands](#commands) - [Results](#results) - [Non compressible data](#non-compressible-data) - [Lots of data with mixed types and sizes](#lots-of-data-with-mixed-types-and-sizes) @@ -40,7 +41,31 @@ The tests were run on a system with the following specs - xfs file system Notes: Algorithms noyed with (Best compression) were run with the options for best compression otherwise default options are used. - + +### Commands + +These were the commands used for each algorithm: + +| Algorithm | Command | +| :----------------------- | :---------------------------------------- | +| 7ZIP | 7z a | +| LZ4 | tar c -I"lz4" -f | +| LZ4 (Best compression) | tar c -I"lz4 -12" -f | +| LZMA | tar c -I"lzma -T0" -f | +| LZMA (Best compression) | tar c -I"lzma -9 -T0" -f | +| PBZIP2 | tar c -Ipbzip2 -f | +| PGZIP | tar c -I"pigz" -f | +| PGZIP (Best compression) | tar c -I"pigz --best" -f | +| PLZIP | tar c -I"plzip" -f | +| PLZIP (Best compression) | tar c -I"plzip -9" -f | +| RAR | rar a | +| XZ | tar c -I"xz -T0" -f | +| XZ (Best compression) | tar c -I"xz -9 -T0" -f | +| ZIP | zip -r | +| ZSTD | tar c -I"zstd -T0" -f | +| ZSTD (Best compression) | tar c -I"zstd -19 -T0" -f | + + ## Results All the tables have the next categories: