pub fn run(
path: PathBuf,
block_size: u32,
min_chunk: Option<u32>,
avg_chunk: Option<u32>,
max_chunk: Option<u32>,
json: bool,
) -> Result<()>Expand description
Execute the hexz predict command to estimate compression and deduplication potential.