Fresh PHP news, tutorials, tips and much more

Sharpen Your Code with Benchmarking in PHP

Octavia Andreea Anghel on DevX.com posted new article of how you can benchmark your php applications with pear Benchmark package.

Any software product must successfully pass the optimization step before it can hit the market and become a reference product. Finding memory leaks and increasing a product’s performance is a delicate job that takes many hours of work and many human resources. Benchmarking is an important step in the optimization puzzle, because it can test both individual chunks of code and the entire codebase, and provides reports and statistics that reveal the true runtime parameters and performance.

Many useful information and code snippets you would find in this article.

Post tagged with: , ,

Leave a Reply