-
- Downloads
fix two bugs related to overhead
We were always dividing the total function execution time by the number of cores, however sometimes the user sets 'ntasks' so instead we should divide by '_get_max_tasks()'. Also the future start_time wasn't measured in the case where one uses a SequentialExecutor because the Future that is returned already contains the result.
parent
f8ff1d82
No related branches found
No related tags found
Checking pipeline status
Loading
Please register or sign in to comment