diff options
author | Hyman Huang <yong.huang@smartx.com> | 2025-02-14 18:55:24 +0800 |
---|---|---|
committer | Fabiano Rosas <farosas@suse.de> | 2025-02-14 15:19:07 -0300 |
commit | 42f5975cd84eed96661468ae0b895eed0e16074b (patch) | |
tree | b4b0ca5482e05e09434132746b3cec2a048f4c82 | |
parent | 32a1bb21c6f4d569427099e4e495f1d07d017fdb (diff) | |
download | qemu-42f5975cd84eed96661468ae0b895eed0e16074b.zip qemu-42f5975cd84eed96661468ae0b895eed0e16074b.tar.gz qemu-42f5975cd84eed96661468ae0b895eed0e16074b.tar.bz2 |
guestperf: Nitpick the inconsistent parameters
Signed-off-by: Hyman Huang <yong.huang@smartx.com>
Reviewed-by: Fabiano Rosas <farosas@suse.de>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Message-ID: <c8e3768c0d21b47456ad80376ddee63122d60cf7.1739530098.git.yong.huang@smartx.com>
Signed-off-by: Fabiano Rosas <farosas@suse.de>
-rw-r--r-- | tests/migration-stress/guestperf/comparison.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/migration-stress/guestperf/comparison.py b/tests/migration-stress/guestperf/comparison.py index 42cc037..40e9d2e 100644 --- a/tests/migration-stress/guestperf/comparison.py +++ b/tests/migration-stress/guestperf/comparison.py @@ -127,7 +127,7 @@ COMPARISONS = [ # varying numbers of channels Comparison("compr-multifd", scenarios = [ Scenario("compr-multifd-channels-4", - multifd=True, multifd_channels=2), + multifd=True, multifd_channels=4), Scenario("compr-multifd-channels-8", multifd=True, multifd_channels=8), Scenario("compr-multifd-channels-32", |