Skip to content

Commit

Permalink
Update test_fio_benchmark.py
Browse files Browse the repository at this point in the history
  • Loading branch information
pintojoy authored Nov 8, 2023
1 parent d5fde3e commit 2db3f0c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/performance/io_workload/test_fio_benchmark.py
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,8 @@ def setting_io_pattern(self, io_pattern):
io_pattern (str): the I/O pattern to run (random / sequential)
"""
self.crd_data["spec"]["workload"]["args"]["prefill"] = "false"
log.info("prefill{self.crd_data["spec"]["workload"]["args"]["prefill"]})
if io_pattern == "sequential":
self.crd_data["spec"]["workload"]["args"]["jobs"] = ["write", "read"]
if io_pattern == "random":
Expand Down

0 comments on commit 2db3f0c

Please sign in to comment.