I doubt you'll see much difference. SSD's main benefit is their low seek time having no mechanical parts, sequential reads aren't that much faster than a traditional HDD. For a single large file, you'll only have a few milliseconds delay for the actuator arm get to the file and start reading. After that, it's about the same performance.
Loading a program on the other hand generally requires reading hundreds of files from the drive, so those milliseconds can add up.