Add buffer_compress_chunk option
authorJens Axboe <axboe@kernel.dk>
Fri, 9 Mar 2012 18:06:24 +0000 (19:06 +0100)
committerJens Axboe <axboe@kernel.dk>
Fri, 9 Mar 2012 18:06:24 +0000 (19:06 +0100)
commitf97a43a191f72ce071fe1140a2888dd5298c9aaa
treedb76fe1bb82d8211d756b3d884af4611b72b79b7
parent629f1d7150b142d146f8a3ee3cf0a08d1843ca2e
Add buffer_compress_chunk option

Instead of doing bs/2 of incompressible and zeroed data for a 50%
compression setting, use the smaller chunk size specified by
this option.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
fio.h
io_u.c
options.c