Files
phoronix-test-suite/pts/benchmark-resources/build-php/parse-results.php
2008-04-02 10:15:24 -04:00

6 lines
173 B
PHP

<?php
$BENCHMARK_RESULTS = substr($argv[1], strrpos($argv[1], "PHP Build Time:") + 15);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "Seconds")));
?>