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

DeveloperTutorials.com: Inserting An Array Into A Database

PHP-Coding-Practices.com: The Opening Of A New PHP Directory!

IBM developerWorks: Use an XML database in PHP and Java applications

DevShed: Abstracting Database Access Using Polymorphism with Objects in PHP 5

NETTUTS.com: How to Create an Object-Oriented Blog in PHP


Community Events











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


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

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