diff --git a/php/Job/Database/Execute.php b/php/Job/Database/Execute.php index 4f10b07..7ae5cf5 100644 --- a/php/Job/Database/Execute.php +++ b/php/Job/Database/Execute.php @@ -27,7 +27,7 @@ public function run() return [ 'result' => $result, - 'timing' => microtime(true) - $start, + 'timing' => 1000 * (microtime(true) - $start), ]; } }