mirror of
https://github.com/mii443/qemu.git
synced 2025-08-31 11:29:26 +00: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:
committed by
Max Reitz
parent
2096de521e
commit
b2fcb0c575
@ -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'])
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user