Re: [PATCH v2] tests: improve performance of device-introspect-test

2020-07-10 Thread Alex Bennée
Thomas Huth writes: > From: Daniel P. Berrangé > > Total execution time with "-m slow" and x86_64 QEMU, drops from 3 > minutes 15 seconds, down to 54 seconds. > > Individual tests drop from 17-20 seconds, down to 3-4 seconds. > > The cost of this change is that any QOM bugs resulting in the te

Re: [PATCH v2] tests: improve performance of device-introspect-test

2020-07-09 Thread Laurent Vivier
On 10/07/2020 08:07, Thomas Huth wrote: > From: Daniel P. Berrangé > > Total execution time with "-m slow" and x86_64 QEMU, drops from 3 > minutes 15 seconds, down to 54 seconds. > > Individual tests drop from 17-20 seconds, down to 3-4 seconds. > > The cost of this change is that any QOM bugs

[PATCH v2] tests: improve performance of device-introspect-test

2020-07-09 Thread Thomas Huth
From: Daniel P. Berrangé Total execution time with "-m slow" and x86_64 QEMU, drops from 3 minutes 15 seconds, down to 54 seconds. Individual tests drop from 17-20 seconds, down to 3-4 seconds. The cost of this change is that any QOM bugs resulting in the test failure will not be directly assoc