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

$BENCHMARK_RESULTS = substr($argv[1], strrpos($argv[1], "time=") + 5);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "(")));

?>