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

Add --execution-plan to print commands a benchmark run would execute #171

Merged
merged 4 commits into from
Nov 8, 2021

Commits on Nov 8, 2021

  1. Add --execution-plan to print execution plan

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    8f774be View commit details
    Browse the repository at this point in the history
  2. Catch ValueError when loading configuration

    This handles for instance mistakes in configuration, or on the commandline, perhaps when misspelling an experiment.
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    30ebc09 View commit details
    Browse the repository at this point in the history
  3. Just split once when getting exec name for subprocess

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    113d839 View commit details
    Browse the repository at this point in the history
  4. Initialize and reset number of put requests in global

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    34529db View commit details
    Browse the repository at this point in the history