test-check

2017-01-03T00:29:39.000121Z

This is all about faster feedback?

2017-01-03T00:30:47.000122Z

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

2017-01-03T00:32:28.000123Z

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

mattly 2017-01-03T00:46:22.000124Z

yes and no

mattly 2017-01-03T00:46:46.000125Z

...but mostly yes

mattly 2017-01-03T00:47:14.000126Z

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

2017-01-03T00:53:56.000127Z

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

mattly 2017-01-03T00:54:14.000128Z

yeah, I use that on our CI

mattly 2017-01-03T00:55:16.000129Z

but overall it gets into other factors especially with the CI

mattly 2017-01-03T00:55:34.000130Z

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

mattly 2017-01-03T00:55:51.000131Z

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

2017-01-03T02:05:01.000132Z

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