VideoTranscodeTest::runTranscodeJobs has
$t = microtime( true ); $offset = $job->id; $status = $job->run(); $t = microtime( true ) - $t; $timeMs = intval( $t * 1000 );
But it's not used for anything. Is it needed/wanted? Or should it just be removed?