Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

warmup jump+tulip code to save much time later in testing #303

Merged
merged 1 commit into from
Jun 7, 2021

Conversation

exaexa
Copy link
Collaborator

@exaexa exaexa commented Jun 7, 2021

mainly, this should prevent a situation where worker 1 and worker 2 do the
precompilation sequentially, thus wasting 2*N time instead of just N. Actually,
N is now around 50 seconds, so it saves quite a bit of time. Also, time
measurements are now much less skewed by precompilation.

Closes #287

mainly, this should prevent a situation where worker 1 and worker 2 do the
precompilation sequentially, thus wasting 2*N time instead of just N. Actually,
N is now around 50 seconds, so it saves quite a bit of time. Also, time
measurements are now much less skewed by precompilation.
@codecov
Copy link

codecov bot commented Jun 7, 2021

Codecov Report

Merging #303 (83cb549) into master (4d87f7b) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #303   +/-   ##
=======================================
  Coverage   89.80%   89.80%           
=======================================
  Files          49       49           
  Lines        1138     1138           
=======================================
  Hits         1022     1022           
  Misses        116      116           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 0a9bdd4...83cb549. Read the comment docs.

@exaexa exaexa requested a review from stelmo June 7, 2021 08:57
Copy link
Collaborator

@stelmo stelmo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@exaexa exaexa merged commit d5374a4 into master Jun 7, 2021
@exaexa exaexa deleted the mk-warmup-optimizer branch June 7, 2021 10:24
laurentheirendt pushed a commit to laurentheirendt/COBREXA.jl that referenced this pull request Jun 8, 2021
…izer

warmup jump+tulip code to save much time later in testing

Former-commit-id: d5374a4
exaexa added a commit that referenced this pull request Jul 8, 2021
warmup jump+tulip code to save much time later in testing

Former-commit-id: d5374a4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

solver precompilation in tests blocks unnecessarily
2 participants