-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
It'd be nice if individual property evaluations could be run concurrently, up to the number of threads. I know test frameworks allow for running entire tests in parallel but property tests in my experience tend to be few and expensive, and so there's value for small projects in speeding them up individually.
Is this compatible with the intended design of falsify? Would a PR that added an async (or similar?) dependency be welcome?
Metadata
Metadata
Assignees
Labels
No labels