You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
0 commit comments