Fork me on GitHub
#test-check
<
2017-01-03
>
gfredericks00:01:39

This is all about faster feedback?

gfredericks00:01:47

Sometimes I wish we had better tools for running a few choice tests to get fast feedback, and doing the heavy PBT via some async workflow

gfredericks00:01:28

It might be possible to optimize the string/keyword generators by avoiding the intermediate vectors. Would be interesting to try, and would speed up a lot of people's tests if it works

mattly00:01:22

yes and no

mattly00:01:46

...but mostly yes

mattly00:01:14

when 100 iterations of tests takes 10 minutes versus 30 seconds, I think that goes beyond "faster feedback"

gfredericks00:01:56

test.chuck has a mechanism for varying how many tests are run

mattly00:01:14

yeah, I use that on our CI

mattly00:01:16

but overall it gets into other factors especially with the CI

mattly00:01:34

Circle has a time limit for any given test run of 2 hours

mattly00:01:51

which I was hitting a lot in the early days of this project

gfredericks02:01:01

@mattly is this jvm or js? I'll probably do some profiling