Skip to content

Commit

Permalink
Update performance_tips.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
odow authored May 18, 2021
1 parent a2d4805 commit c0fb98c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/tutorials/Getting started/performance_tips.jl
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ using GLPK # hide

# Similar to the infamous [time-to-first-plot](https://discourse.julialang.org/t/roadmap-for-a-faster-time-to-first-plot/22956)
# plotting problem, JuMP suffers from time-to-first-solve latency. This latency
# occurs because the first time you call JuMP code in each session, we need to
# compile a lot of code specific to your problem. This issue is actively being
# occurs because the first time you call JuMP code in each session, Julia needs
# to compile a lot of code specific to your problem. This issue is actively being
# worked on, but there are a few things you can do to improve things.

# ### Don't call JuMP from the command line
Expand Down

0 comments on commit c0fb98c

Please sign in to comment.