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 #15

Closed
jwoudenberg opened this issue Jun 6, 2017 · 1 comment
Closed

Comments

@jwoudenberg
Copy link

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.

@BrianHicks
Copy link
Owner

moved to elm-explorations/benchmark#6

Repository owner locked and limited conversation to collaborators May 11, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants