Lines Matching +full:five +full:- +full:cell
27 """ Handle one "cell" of benchmarking table. """
32 # You may set the following five variables to correct values, to turn this
34 ssd_source = '/path-to-raw-source-image-at-ssd'
35 ssd_target = '/path-to-raw-target-image-at-ssd'
36 hdd_target = '/path-to-raw-source-image-at-hdd'
37 nbd_ip = 'nbd-ip-addr'
38 nbd_port = 'nbd-port-number'
40 # Test-cases are "rows" in benchmark resulting table, 'id' is a caption for
44 'id': 'ssd -> ssd',
49 'id': 'ssd -> hdd',
54 'id': 'ssd -> nbd',
60 # Test-envs are "columns" in benchmark resulting table, 'id is a caption for
64 'id': 'backup-1',
65 'cmd': 'blockdev-backup',
66 'qemu_binary': '/path-to-qemu-binary-1'
69 'id': 'backup-2',
70 'cmd': 'blockdev-backup',
71 'qemu_binary': '/path-to-qemu-binary-2'
75 'cmd': 'blockdev-mirror',
76 'qemu_binary': '/path-to-qemu-binary-1'