benchbuild.experiments.empty module¶
The ‘empty’ Experiment.
This experiment is for debugging purposes. It only prepares the basic directories for benchbuild. No compilation & no run can be done with it.
-
class
benchbuild.experiments.empty.Empty(name=NOTHING, projects=NOTHING, id=NOTHING, schema=NOTHING)[source]¶ Bases:
benchbuild.experiment.ExperimentThe empty experiment.
-
NAME= 'empty'¶
-
-
class
benchbuild.experiments.empty.NoMeasurement(name=NOTHING, projects=NOTHING, id=NOTHING, schema=NOTHING)[source]¶ Bases:
benchbuild.experiment.ExperimentRun everything but do not measure anything.
-
NAME= 'no-measurement'¶
-