Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tweaks from scikit-learn-speed needs #24

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

vene
Copy link
Contributor

@vene vene commented Jul 21, 2012

I rebased (hopefully correctly) my master branch into two different changesets. This one implements several tweaks needed for more useful debugging of failing benchmarks.

The VBENCH_PYTHON environment variable is introduced, for situations where the default python is not the one you want to use. Its purpose is easily replacable by using virtualenv. I am not sure whether this is really a useful addition, but I don't think it hurts, either.

@@ -58,6 +61,7 @@ def __init__(self, benchmarks, repo_path, repo_url,
always_clean=always_clean,
dependencies=module_dependencies)
self._register_benchmarks()
self._python = os.environ.get('VBENCH_PYTHON', 'python')
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even better: default to sys.executable here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants