Would it make sense to do performance (load) tests on a test deployment slot and then swap it to production and expect the same performance after the swap?
Deployment slots run on the same underlying resource. That means if you do the load testing you will impact the performance of you production slot.
However if it is a new deployment then you should be fine doing this since the performance should be identical between slots as long as the underlying code and config make it act the same.