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

$BENCHMARK_RESULTS = trim(substr($argv[1], 0, strrpos($argv[1], " fps")));
$BENCHMARK_RESULTS = trim(substr($BENCHMARK_RESULTS, strrpos($BENCHMARK_RESULTS, ' ')));
echo $BENCHMARK_RESULTS;
?>