TheSeamau5 / elm-check

Property Based Testing in Elm
70 stars 20 forks source link

Use Benchmarks to improve speed #22

Open TheSeamau5 opened 9 years ago

TheSeamau5 commented 9 years ago

After discussion with @rtfeldman, it would seem that speed is an area to work on. Once the benchmark API gets released in Elm, it would be very interesting to compare the current version of elm-check with the upcoming version to measure the speed difference. Hopefully, laziness should provide enough of a speed boost for this not to be an issue.