Dynamo performance

Hi all,
I am trying to get the performance breakdown in dynamo/huggingface.py on cpu. Is there any simple way to reach situation where speedups are all 1, i.e. when all dynamo optimizations are disabled?
It seems that disabling fusion (can_fuse always returns false) , does not play a major role for cpu.

Thanks in advance!