t/read-to-pipe-async: standalone test app
authorJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:52:19 +0000 (15:52 -0600)
committerJens Axboe <axboe@fb.com>
Thu, 24 Mar 2016 21:52:19 +0000 (15:52 -0600)
commit6d5a9bc27c167e06b83d56a75b4db4ecc017cd0d
tree786812052caa50f3a81fdfdaec23daebe038da32
parentf1a32461c844c7ba9314f66dd28b5a01ca7cb69a
t/read-to-pipe-async: standalone test app

Reads from a file through reads, spawning more threads if necessary
to keep the latency target. Writes the result to a pipe, and outputs
the latencies at the end.

Signed-off-by: Jens Axboe <axboe@fb.com>
Makefile
t/read-to-pipe-async.c [new file with mode: 0644]