[why] need test different block_size value
Signed-off-by: Lu Kaiyi 2392863668@qq.com --- jobs/iozone_with_block_size.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 jobs/iozone_with_block_size.yaml
diff --git a/jobs/iozone_with_block_size.yaml b/jobs/iozone_with_block_size.yaml new file mode 100644 index 00000000..fb7933d8 --- /dev/null +++ b/jobs/iozone_with_block_size.yaml @@ -0,0 +1,25 @@ +suite: iozone +testcase: iozone +category: benchmark + +file_size: 4g +write_rewrite: 0 +read_reread: 1 +random_read_write: 2 + +block_size: +- 64k +- 256k +- 1m +- 4m +- 16m + +disk: 1HDD + +fs: +- xfs + +iosched: +- kyber + +iozone:
On Thu, Oct 29, 2020 at 02:43:23PM +0800, Wu Fengguang wrote:
TO ALL:
Typically, let's use '-' instead of '_' in file names.
If '-' in rb file rubocop will give a warning, to Shengde may be need fix the rule.
Thanks, Xueliang
How about this?
iozone_with_block_size.yaml => iozone-bs.yaml
+testcase: iozone
Please don't add testcase in all new jobs.
Thanks, Fengguang
On Thu, Oct 29, 2020 at 03:05:49PM +0800, Cao Xueliang wrote:
On Thu, Oct 29, 2020 at 02:43:23PM +0800, Wu Fengguang wrote:
TO ALL:
Typically, let's use '-' instead of '_' in file names.
If '-' in rb file rubocop will give a warning, to Shengde may be need fix the rule.
That happens only in lib/* files. In which case we can follow the rubocop rule.
Thanks, Fengguang
How about this?
iozone_with_block_size.yaml => iozone-bs.yaml
+testcase: iozone
Please don't add testcase in all new jobs.
Thanks, Fengguang
On Thu, Oct 29, 2020 at 04:28:31PM +0800, Wu Fengguang wrote:
On Thu, Oct 29, 2020 at 03:05:49PM +0800, Cao Xueliang wrote:
On Thu, Oct 29, 2020 at 02:43:23PM +0800, Wu Fengguang wrote:
TO ALL:
Typically, let's use '-' instead of '_' in file names.
If '-' in rb file rubocop will give a warning, to Shengde may be need fix the rule.
That happens only in lib/* files. In which case we can follow the rubocop rule.
ok.
Thanks, Xueliang
Thanks, Fengguang
How about this?
iozone_with_block_size.yaml => iozone-bs.yaml
+testcase: iozone
Please don't add testcase in all new jobs.
Thanks, Fengguang
On Thu, Oct 29, 2020 at 02:43:23PM +0800, Wu Fengguang wrote:
TO ALL:
Typically, let's use '-' instead of '_' in file names.
How about this?
'-' in filename AND '_' in variable name.
Thanks, RenWen
iozone_with_block_size.yaml => iozone-bs.yaml
+testcase: iozone
Please don't add testcase in all new jobs.
Thanks, Fengguang