Please verify what types of waits are prevalent during the execution of jobs. Here you will find ways to capture waits for the jobs. If you see on the top waits IO related waits then the workload your jobs execute is IO intensive and IO latency could be 10 ms on General Purpose. As a workaround and improve some performance, reserve enough storage on all log files to not allow them to auto-grow with DML operations. Backups may show poor performance and automated backups may impact some tasks on the server also.
Make sure you defragment and update statistics after migration, to improve some performance.
If the top waits are not IO related, please share them with us. As Erland mentioned on the comments, please share more information about the type of workload your jobs execute.