News Feed
Jobs Feed
Sections




News Archive
Damian Sromek's Blog:
[How to] Run PHPUnit tests using database 10x faster
January 06, 2011 @ 13:17:26

Damian Sromek has a helpful unit testing hint for those working with database-heavy tests - less about code, more about server setup.

PHPUnit tests that are heavily using the database can run like 10x faster when you run the database from the RAMDisk. It's the easiest way I know to improve the speed of the tests execution.

Because of the slowness that could be caused by running unit tests that rely heavily on the database, he suggests setting up a testing instance on a RAMDisk (or something similar). The speed difference he noticed was huge with his tests normally running about 25 minutes. Moving it over to the RAM disk dropped their execution time down to around 2:30, a jump of around 10 times faster.

0 comments voice your opinion now!
phpunit unittest database ramdisk performance


blog comments powered by Disqus

Similar Posts

Sebastian Bergmann\'s Blog: More Work on Reporting in PHPUnit 3

Sebastian Bergmann's Blog: PHPUnit Workshops in Australia

Richard Heyes' Blog: PEAR::DB replacement class updated

IBM developer Works: PHP and RSS: Getting it together

Patrick Allaert: Composer: speeding up class autoloading


Community Events











Don't see your event here?
Let us know!


testing unittest development language podcast tool functional phpunit release introduction zendframework2 example framework application code conference interview series community opinion

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework