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

$BENCHMARK_RESULTS = substr($argv[1], strpos($argv[1], "this yields") + 11);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "FPS")));

?>