Re: [PATCH 0/3] iotests: multiprocessing!!

2021-12-09 Thread Hanna Reitz
On 03.12.21 13:22, Vladimir Sementsov-Ogievskiy wrote: Hi all! Finally, I can not stand it any longer. So, I'm happy to present multiprocessing support for iotests test runner. Thanks, looks great! Applied to my block-next branch: https://gitlab.com/hreitz/qemu/-/commits/block-next Hanna

Re: [PATCH 0/3] iotests: multiprocessing!!

2021-12-07 Thread John Snow
On Mon, Dec 6, 2021 at 3:26 PM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > 06.12.2021 21:37, John Snow wrote: > > > > > > On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < > vsement...@virtuozzo.com > wrote: > > > > Hi all! >

Re: [PATCH 0/3] iotests: multiprocessing!!

2021-12-06 Thread Vladimir Sementsov-Ogievskiy
06.12.2021 21:37, John Snow wrote: On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy mailto:vsement...@virtuozzo.com>> wrote: Hi all! Finally, I can not stand it any longer. So, I'm happy to present multiprocessing support for iotests test runner. testing on tmpfs:

Re: [PATCH 0/3] iotests: multiprocessing!!

2021-12-06 Thread John Snow
On Fri, Dec 3, 2021 at 7:22 AM Vladimir Sementsov-Ogievskiy < vsement...@virtuozzo.com> wrote: > Hi all! > > Finally, I can not stand it any longer. So, I'm happy to present > multiprocessing support for iotests test runner. > > testing on tmpfs: > > Before: > > time check -qcow2 > ... > real

[PATCH 0/3] iotests: multiprocessing!!

2021-12-03 Thread Vladimir Sementsov-Ogievskiy
Hi all! Finally, I can not stand it any longer. So, I'm happy to present multiprocessing support for iotests test runner. testing on tmpfs: Before: time check -qcow2 ... real12m28.095s user9m53.398s sys 2m55.548s After: time check -qcow2 -j 12 ... real2m12.136s user