-
Notifications
You must be signed in to change notification settings - Fork 1
Parallel Runner #1
Copy link
Copy link
Open
Labels
Description
This is a feature that should be added eventually. Considerations:
- Best implementation of parallel execution: threads, fork, drb?
- How to pool the results? Do we need to serialize using yaml or marshal across stdio or can we keep it internally?
- Probably parallel runs should be per-testcase, though feasibly they could be per-file or per-test.
Reactions are currently unavailable