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

Allow benchmarks to be colocated with the code they performance test #6

Open
BrianHicks opened this issue May 11, 2018 · 0 comments
Open

Comments

@BrianHicks
Copy link
Collaborator

Issue by jwoudenberg
Tuesday Jun 06, 2017 at 11:52 GMT
Originally opened as BrianHicks/elm-benchmark#15


Elm-test is moving towards allowing you to place your tests next to the code they test and having the runner be able to find and run all the tests in a particular Elm module.

This might be a nice approach for benchmarks to take too. Colocating benchmarks with tests would allow you to easily run the benchmarks relevant to what you're doing, by pointing some hypothetical benchmark runner tool to the Elm module you changed.

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

No branches or pull requests

1 participant