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

$log_file = file_get_contents(getenv("LOG_FILE"));
$BENCHMARK_RESULTS = substr($log_file, strrpos($log_file, "seconds =") + 9);
echo trim(substr($BENCHMARK_RESULTS, 0, strpos($BENCHMARK_RESULTS, "fps")));
?>