Jacfwd become slower after update pytorch ("We’ve integrated functorch into PyTorch---Documentation")

Hello, I used to use

from functorch import jacfwd

and Jacfwd takes 3.5s, after the update, I am using

from torch.func import jacfwd

Jacfwd is taking almost 6s, is anyone noticed this?