Skip to content

Instantly share code, notes, and snippets.

@DWand
DWand / benchmark.php
Created January 3, 2015 23:18
Benchmark for a method calling based on variable value in PHP
<?php
ini_set('precision', 16);
// How many times to execute a test to get average execution time
define('TEST_CALLS', 25);
// How many times to execute a loop of validation
define('VALIDATION_LOOPS', 1000);