I don't think shifting to Gen 2 functions will make the function itself execute any faster. The main advantage is that it helps avoid the cold starts that happen in Gen 1, where a new instance is deployed each time there's a new request.