Fix start delay being the same across threads
authorJens Axboe <axboe@kernel.dk>
Tue, 12 Jun 2018 02:02:10 +0000 (20:02 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 12 Jun 2018 02:02:10 +0000 (20:02 -0600)
Two issues here:

1) We copy the start_delay into the original thread, which ends up
   offsetting job 2..N off the thread 1 start delay
2) We don't initialize the start delay random seed prior to
   generating the offsets

Signed-off-by: Jens Axboe <axboe@kernel.dk>

No differences found