benchbuild.cli.run module¶
benchbuild’s run command.
This subcommand executes experiments on a set of user-controlled projects. See the output of benchbuild run –help for more information.
-
class
benchbuild.cli.run.BenchBuildRun(executable)[source]¶ Bases:
plumbum.cli.application.ApplicationFrontend for running experiments in the benchbuild study framework.
-
experiment_names= []¶
-
group_names= None¶
-
pretend¶ Sets an attribute
-
static
setup_progress(cfg, num_actions)[source]¶ Setup a progress bar.
Parameters: - cfg – Configuration dictionary.
- num_actions (int) – Number of actions in the plan.
Returns: The configured progress bar.
-
show_progress¶ Sets an attribute
-
test_full¶ Sets an attribute
-