Stanislav Malyshev wrote:
I also just realized, these are also all tools where you probably do not want APC to store the bytecode in memory. Furthermore it is however still quite useful to have your unit test executing quickly.

How speed of the tests would depend on speed of the loading phpunit runner? I don't believe reading a couple of files phpunit runner needs with PHP would do much difference compared to reading same files with C.

Yes, of course if you are looking to run 1 hour worth of unit tests, the initial load up time is not relevant. But if you just want to quickly run the tests that you feel are most likely affected, the start up time is relevant.

regards,
Lukas

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to