Ticket #12 (new enhancement)
Add parallel processing of tests to speed execution
| Reported by: | tswicegood | Owned by: | tswicegood |
|---|---|---|---|
| Priority: | major | Milestone: | Google Summer of Code |
| Component: | PHPT_Core | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked By: |
Description (last modified by tswicegood) (diff)
Executing each test sequentially requires that all setup and teardown of the process be included in the test time. Allowing tests to be run in parallel processes should speed up the execution of tests by allowing more of the system to be utilized at any one point. This is especially true of tests that by necessity must sleep for a period of time to test time-dependent code.
Change History
Note: See
TracTickets for help on using
tickets.
