OSDN Git Service

iotests: record separate timings per format,protocol pair
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 3 Jan 2017 16:05:56 +0000 (16:05 +0000)
committerMax Reitz <mreitz@redhat.com>
Sat, 11 Feb 2017 23:47:42 +0000 (00:47 +0100)
commit36bd4228126139a382a4fdbc49c96798a9894626
tree06646db1d6849a1d65ed67acdcbd556ff7f15141
parent53b63460f61906340bfe73d263c47896f68f7b9d
iotests: record separate timings per format,protocol pair

The 'check' program records timings for each test that
is run. These timings are only valid, however, for a
particular format/protocol combination. So if frequently
running 'check' with a variety of different formats or
protocols, the times printed can be very misleading.

Instead of having a single 'check.time' file, maintain
multiple 'check.time-$IMGPROTO-$IMGFMT' files.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-id: 20170103160556.9895-1-berrange@redhat.com
Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Max Reitz <mreitz@redhat.com>
tests/qemu-iotests/.gitignore
tests/qemu-iotests/Makefile
tests/qemu-iotests/check