Skip to content

Latest commit

 

History

History
29 lines (22 loc) · 853 Bytes

File metadata and controls

29 lines (22 loc) · 853 Bytes

benchbuild.projects

License: MIT

This includes a set of projects curated by benchbuild that serves as reference implementation for projects in benchbuild.

Projects:

Installation

benchbuild.projects is available via PyPI. You can install the latest release with pip.

# Global install
$ pip install benchbuild.projects
# Local install
$ pip install --user benchbuild.projects
# Recommended: Install into a virutalenv.
$ virtualenv benchbuild
...
$ source benchbuild/bin/activate
...
$ pip install benchbuild.projects

Make sure you specify the projects you want to load in benchbuild's configuration. The environment variable is named: BB_PLUGINS_PROJECTS. Please refer to benchbuild's configuration dump for details.