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

Performance benchmark #15

Closed
mtanneau opened this issue Jan 30, 2020 · 2 comments
Closed

Performance benchmark #15

mtanneau opened this issue Jan 30, 2020 · 2 comments

Comments

@mtanneau
Copy link
Collaborator

I'll write a benchmark script before working on performance improvements.

I propose to use 3 benchmark sets:

  • The Netlib LPs (available here): these are small LPs, in .SIF files and fixed MPS format.
  • The Maros-Meszaros QPs (here)
  • The LPs of Hans Mittelmann's benchmark (see here). These are (much) larger LPs in .mps, some with integer variables, and some in free MPS format.

The reason for including a larger testset of instances would be to allow modifications that improve performance on large instances, while allowing a limited degradation on smaller instances.

For information, the readers in C/C++ solvers (commercial and open-source) are ~10-30x faster than the ones we have in Julia.

@dpo
Copy link
Member

dpo commented Jan 30, 2020

Sounds like a plan! It would be great to see some flame graphs in SVG to see what the bottlenecks are.

@mtanneau
Copy link
Collaborator Author

mtanneau commented Aug 5, 2020

Closed by #30

@mtanneau mtanneau closed this as completed Aug 5, 2020
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

No branches or pull requests

2 participants