fio-dedup: adjusted the binary to support compression
authorBar David <bardavvid@gmail.com>
Wed, 10 Nov 2021 06:56:47 +0000 (08:56 +0200)
committerBar David <bardavvid@gmail.com>
Sun, 21 Nov 2021 07:25:22 +0000 (09:25 +0200)
commitdf284fbdc23974c931865a8ddb7d171606b3c778
tree5c5d78b61cc983d5a34d9135a9fc1d5b24969c78
parenteb57e710557147c880ade7568538ad7435a6f0dd
fio-dedup: adjusted the binary to support compression

When given -C 1 option, fio-dedup will first look for
dedupable data and then calculate compressible (unique)
data opportunity. The rationale is to measure the total
data reduction potential.

Signed-off-by: Bar David <bardavvid@gmail.com>
t/dedupe.c