benchbuild.projects.benchbuild.povray module

class benchbuild.projects.benchbuild.povray.Povray(experiment, name=NOTHING, domain=NOTHING, group=NOTHING, src_file=NOTHING, container=NOTHING, version=NOTHING, builddir=NOTHING, testdir=NOTHING, cflags=NOTHING, ldflags=NOTHING, run_f=NOTHING, run_uuid=NOTHING, compiler_extension=NOTHING, runtime_extension=None)[source]

Bases: benchbuild.project.Project

povray benchmark

DOMAIN = 'multimedia'
GROUP = 'benchbuild'
NAME = 'povray'
SRC_FILE = 'povray.git'
VERSION = 'HEAD'
boost_src_dir = 'boost_1_59_0'
boost_src_file = 'boost_1_59_0.tar.bz2'
boost_src_uri = 'http://sourceforge.net/projects/boost/files/boost/1.59.0/boost_1_59_0.tar.bz2'
compile()[source]

Compile the project.

download()

Download the selected version.

repository = 'https://github.com/POV-Ray/povray'
run_tests(runner)[source]

Run the tests of this project.

Clients override this method to provide customized run-time tests.

Parameters:
  • experiment – The experiment we run this project under
  • run – A function that takes the run command.
static versions()

Return a list of versions from the git hashes up to :limit:.