Skip to content
Snippets Groups Projects
Commit 2b8d7492 authored by Bas Nijholt's avatar Bas Nijholt
Browse files

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
No related merge requests found
Checking pipeline status
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment