With raid 10 you'll get a better write performance. It is related to "write penalty" factor of different raid characteristics.
To keep it simple assuming that one 15k drive will have around 150 IOPS, you'll get the following
RAID 5 - 1200IOPS on 100% read - 300 IOPS on 100% write (write penalty 4)
RAID 10 - 1200IOPS on 100% read - 600 IOPS on 100%write (write penalty 2)
---
MCSA+S, VCP 3, VCP 4