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

Benchmark discovery should be agnostic to installation of benchmarked package #45

Merged

Conversation

mdboom
Copy link
Collaborator

@mdboom mdboom commented Jan 15, 2014

Currently, benchmark discovery requires that the benchmarked project is installed in the master's environment, since benchmark modules are likely to do things like import project. This has consequences if the API of the project changes over time.

Unfortunately, I think this probably means a move to parsing Python code, rather than importing it.

mdboom added a commit that referenced this pull request Jan 15, 2014
Benchmark discovery should be agnostic to installation of benchmarked package
@mdboom mdboom merged commit 32fe955 into airspeed-velocity:master Jan 15, 2014
@HaoZeke HaoZeke mentioned this pull request Apr 23, 2023
32 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Triaged as a bug that needs fixing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant