We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b520927 commit b83705bCopy full SHA for b83705b
1 file changed
wfcommons/wfbench/bench.py
@@ -157,7 +157,7 @@ def create_benchmark_from_synthetic_workflow(
157
cores,
158
lock
159
)
160
- task.cores = int(10 * task_percent_cpu * runtime_factor) # set number of cores to cpu threads in wfbench.py
+ task.cores = int(10 * task_percent_cpu) # set number of cores to cpu threads in wfbench.py
161
if task_memory:
162
task.memory = task_memory
163
0 commit comments