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

$BENCHMARK_RESULTS = substr($argv[1], strrpos($argv[1], "Final Results:") + 14);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, ".")));
?>