Tensorrt performance

Hi all,
I am working on tensorrt 8.4.0.6 . one feature that tensorrt 8 has is Sparsity. So, it mean that the sparser model is the faster model is . Is that right?
because I pruned my model (my weights are about 70 % are zeros ), if I convert to tensorrt , it will faster than unpruned model ?
Thank you