News Feed
Jobs Feed
Sections




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


blog comments powered by Disqus

Similar Posts

Atlanta PHP User Group: March 2006 Meeting - 2nd @ 7pm

Symfony Blog: YAML in symfony 1.1

Paul Jones\' Blog: Instant Forms from Tables with Solar

Lukas Smith: Good design is no excuse for wasting time

Community News: New PHP5 Framework Release - WebMesh


Community Events











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


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

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