summaryrefslogtreecommitdiffstats
path: root/pts/test-resources/build-apache/parse-results.php
blob: 39cdace0a4e72b4131ca5fb851ee42e40d22a7a5 (plain)
1
2
3
4
5
<?php

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