benchbuild.cli.project module

Subcommand for project handling.

class benchbuild.cli.project.BBProject(executable)[source]

Bases: plumbum.cli.application.Application

Manage BenchBuild’s known projects.

main()[source]

Implement me (no need to call super)

class benchbuild.cli.project.BBProjectView(executable)[source]

Bases: plumbum.cli.application.Application

View available projects.

groups = None
main(*projects)[source]

Implement me (no need to call super)

set_group(groups)[source]
benchbuild.cli.project.print_projects(projects=None)[source]

Print a list of projects registered for that experiment.

Parameters:exp – The experiment to print all projects for.