We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The time-to-first solve issue in MOI has been helpful: jump-dev/MathOptInterface.jl#1313. Here's one for JuMP.
I'm going to close the old issues #2273 #1181 in favor of this one, since they all related to the same problem: latency.
#2723 added some benchmarking scripts. The most relevant one is running all of the examples from scratch.
$ julia test/perf/JuMPBenchmarks.jl -j /Users/Oscar/julia1.6
This takes quite a while, but it runs each of the examples in a fresh Julia instance.
We can also use the SnoopCompile tools
using SnoopCompile using JuMP tinf = @snoopi_deep include("docs/src/tutorials/Mixed-integer linear programs/diet.jl") import ProfileView fg = flamegraph(tinf) ProfileView.view(fg) itrigs = inference_triggers(tinf) mtrigs = accumulate_by_source(Method, itrigs) modtrigs = filtermod(JuMP, mtrigs)
Here's what it looks like at the moment:
Any
The text was updated successfully, but these errors were encountered:
Closing in favor of jump-dev/MathOptInterface.jl#2226. The new SnoopPrecompile fixes almost all of the problems.
SnoopPrecompile
Sorry, something went wrong.
No branches or pull requests
The time-to-first solve issue in MOI has been helpful: jump-dev/MathOptInterface.jl#1313. Here's one for JuMP.
I'm going to close the old issues #2273 #1181 in favor of this one, since they all related to the same problem: latency.
Benchmarks
#2723 added some benchmarking scripts. The most relevant one is running all of the examples from scratch.
This takes quite a while, but it runs each of the examples in a fresh Julia instance.
SnoopCompile
We can also use the SnoopCompile tools
Current
Here's what it looks like at the moment:
Any
.The text was updated successfully, but these errors were encountered: