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

Allow benchmarking from a matrix list file #503

Merged
merged 4 commits into from
Apr 24, 2020
Merged

Commits on Apr 24, 2020

  1. Configuration menu
    Copy the full SHA
    d8d26b2 View commit details
    Browse the repository at this point in the history
  2. Add some more configuration options to the benchmark script.

    + Add solvers and formats configuration options.
    + Add solver control options, with:
      + maximum number of iterations,
    	+ solver precision,
    	+ detailed run or not.
    + Fix some small issues with the matrix list file option.
    tcojean committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    1b172cd View commit details
    Browse the repository at this point in the history
  3. Review updates.

    + Fix the detailed variable management for when nothing is passed.
    + Add an error when the matrix list file is set but cannot be found.
    + Use BASH_REMATCH regex form for extracting the matrix group and name.
    
    Co-authored-by: Yuhsiang M. Tsai <[email protected]>
    tcojean and yhmtsai committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    f228adb View commit details
    Browse the repository at this point in the history
  4. Fix typo.

    tcojean committed Apr 24, 2020
    Configuration menu
    Copy the full SHA
    c84b0d7 View commit details
    Browse the repository at this point in the history