Skip to content

Commit

Permalink
add: add hint for snia flow
Browse files Browse the repository at this point in the history
  • Loading branch information
appassionate committed Nov 7, 2024
1 parent 4d4d68b commit 77c6552
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fioer/flow/flow_snia_iops.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ def flow_snia_iops(project_path, rwmix_mapping=None, bs_mapping=None):
logger.info(f"start IOPs rwmix-bs mapping task: rwmix-{rwmix}/{100-rwmix} bs-{bs}")

# TODO: converge task resume
# max round set to 25, if not converge, then stop
# _tasks_round = []
# for _round in max_round:

wd_precond = FioTask(pr.joinpath(f"step03.mapping_{rwmix}-{100-rwmix}_bs_{bs}"))
wd_precond.input.content["global"] = {
"name":f"rwmix_bs",
Expand All @@ -97,6 +101,9 @@ def flow_snia_iops(project_path, rwmix_mapping=None, bs_mapping=None):
logger.info(f"IOPs rwmix-bs mapping task: rwmix-{rwmix}/{100-rwmix} bs-{bs} finished")

#TODO convergence check
#_res = check_convergence(tasks_round)
# if converged, then break
# get iops-(bs, rwmix) data

# TODO: reporting

Expand Down

0 comments on commit 77c6552

Please sign in to comment.