elm-explorations / elm-explorations/benchmark
Allow benchmarks to be colocated with the code they performance test
- Dominant language
- Elm
- Stars
- 28
- Forks
- 4
- PR merge metrics
- No merged PRs in 30d
Description
**Issue by [jwoudenberg](https://github.com/jwoudenberg)**
_Tuesday Jun 06, 2017 at 11:52 GMT_
_Originally opened as https://github.com/BrianHicks/elm-benchmark/issues/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.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.