I'm not sure what the performance difference is, but I think it improved. I have a lot of other stuff happening besides the tile/background, so most of my performance hit was due to enemy behavior stuff.
If you use tilemap, it has to do a draw call everytime it finds a new tile, whereas if it is one paster object it uses one draw call I think. You should test it out yourself though to get better idea.