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

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