From: Vincent Fu Date: Wed, 10 May 2023 21:29:02 +0000 (-0400) Subject: t/run-fio-test: fix comment X-Git-Tag: fio-3.35~14 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=12b609b5637b1b104578cc740d03e205b51dc4fc;p=fio.git t/run-fio-test: fix comment The test job that measures rates is actually t0011. Signed-off-by: Vincent Fu --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 4fe6fe46..71e3e5a6 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -822,7 +822,7 @@ class FioJobTest_t0027(FioJobTest): self.passed = False class FioJobTest_iops_rate(FioJobTest): - """Test consists of fio test job t0009 + """Test consists of fio test job t0011 Confirm that job0 iops == 1000 and that job1_iops / job0_iops ~ 8 With two runs of fio-3.16 I observed a ratio of 8.3"""