Skip to content

Conversation

odow
Copy link
Member

@odow odow commented Dec 15, 2021

Current flame graphs

clp

image

clp --no-bridge

image

glpk

image

glpk --no-bridge

image

@odow
Copy link
Member Author

odow commented Dec 15, 2021

(base) oscar@Oscars-MBP time_to_first_solve % ~/julia --project=. script.jl clp
Running: clp 
 10.363394 seconds (26.19 M allocations: 1.613 GiB, 5.14% gc time, 17.97% compilation time)
  0.001227 seconds (3.39 k allocations: 283.031 KiB)
(base) oscar@Oscars-MBP time_to_first_solve % ~/julia --project=. script.jl clp --no-bridge
Running: clp --no-bridge
  4.602488 seconds (9.73 M allocations: 608.035 MiB, 5.26% gc time, 36.07% compilation time)
  0.000975 seconds (2.40 k allocations: 220.969 KiB)
(base) oscar@Oscars-MBP time_to_first_solve % ~/julia --project=. script.jl glpk           
Running: glpk 
  6.213895 seconds (17.02 M allocations: 1.000 GiB, 6.50% gc time, 33.05% compilation time)
  0.000709 seconds (1.22 k allocations: 84.094 KiB)
(base) oscar@Oscars-MBP time_to_first_solve % ~/julia --project=. script.jl glpk --no-bridge
Running: glpk --no-bridge
  3.591586 seconds (5.62 M allocations: 330.261 MiB, 4.28% gc time, 99.95% compilation time)
  0.000370 seconds (655 allocations: 65.297 KiB)

@odow odow merged commit dfc7c61 into master Dec 15, 2021
@odow odow deleted the od/latency branch December 15, 2021 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant