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

$log_file = file_get_contents(getenv("LOG_FILE"));
$BENCHMARK_RESULTS = substr($log_file, strrpos($log_file, "Final Results:") + 14);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, ".")));

?>