News Feed
Jobs Feed
Sections

Recent Jobs

News Archive
Paul Jones' Blog:
Easy Benchmarking with Solar
July 13, 2006 @ 05:40:37

Paul Jones has information in this new post on his blog with a how-to on doing some benchmarking inside of the Solar application framework.

Comparative benchmarking is tedious work. It's not hard to do, it's just no fun to set up the same scaffold every time you want to figure out how long it takes different pieces of code to execute.

To do a benchmark, essentially you need only four things: a timing mechanism, a loop to run the first case, a loop to run the second case, and a way to show the time taken by each loop.

To illustrate, he gives example code of a simple loop and the output of its timing results. But, since this is a boring example, he demonstrates something a bit more complex - something using Solar_Test_Bench and Solar_Test. The example of using these two components pits require_once and Solar's own loadClass against each other. He also includes another similar test, one comparing fopen and exploding the include path to check for a file's existence.

0 comments voice your opinion now!
benchmarking solar framework solar_test solar_test_bench benchmarking solar framework solar_test solar_test_bench



Similar Posts

Synfony Project: New testing framework

Symfony Blog: symfony 1.0.4 released

Derick Rethans' Blog: eZ Components 2007.2alpha1

Jim Plush's Blog: How to Install the MyBic Firebug PHP Debugger

Paul Jones' Blog: A Bit About Benchmarks


Community Events











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


PHP5 example package developer application book job database zendframework ajax cakephp conference zend mysql releases code PEAR security framework release

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