]> www.infradead.org Git - users/sagi/blktests.git/commit
blktests: make block/026 run in constant time
authorJosef Bacik <josef@toxicpanda.com>
Wed, 12 Dec 2018 15:45:52 +0000 (10:45 -0500)
committerOmar Sandoval <osandov@fb.com>
Tue, 18 Dec 2018 21:50:41 +0000 (13:50 -0800)
commitae044d343d206b1b31d671550859e5d225d6779b
tree4bbf2729eac75eff44b392e1a6430c5a39f94e45
parent630ba060962f42e74569468f7820c3e79dcb1b8c
blktests: make block/026 run in constant time

The original test just did 4g of IO and figured out how long it took to
determine if io.latency was working properly.  However this can run
really long on slow disks, so instead run for a constant time and check
the bandwidth of the two cgroups to determine if io.latency is doing the
right thing.

Signed-off-by: Josef Bacik <josef@toxicpanda.com>
tests/block/026