mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-28 20:41:52 -06:00
simplebench: bench_block_job: add cmd_options argument
Add argument to allow additional block-job options. Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> Reviewed-by: Max Reitz <mreitz@redhat.com> Message-Id: <20210116214705.822267-23-vsementsov@virtuozzo.com> Signed-off-by: Max Reitz <mreitz@redhat.com>
This commit is contained in:
parent
2096de521e
commit
b2fcb0c575
2 changed files with 8 additions and 5 deletions
|
@ -25,7 +25,7 @@ from bench_block_job import bench_block_copy, drv_file, drv_nbd
|
|||
|
||||
def bench_func(env, case):
|
||||
""" Handle one "cell" of benchmarking table. """
|
||||
return bench_block_copy(env['qemu_binary'], env['cmd'],
|
||||
return bench_block_copy(env['qemu_binary'], env['cmd'], {}
|
||||
case['source'], case['target'])
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue