Skip to content

Commit b83705b

Browse files
committed
fix: task core value
1 parent b520927 commit b83705b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wfcommons/wfbench/bench.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def create_benchmark_from_synthetic_workflow(
157157
cores,
158158
lock
159159
)
160-
task.cores = int(10 * task_percent_cpu * runtime_factor) # set number of cores to cpu threads in wfbench.py
160+
task.cores = int(10 * task_percent_cpu) # set number of cores to cpu threads in wfbench.py
161161
if task_memory:
162162
task.memory = task_memory
163163

0 commit comments

Comments
 (0)