How to send several pings per second? (ping more quickly)

ping -n -i 0.1 google.com

This should do it at 10/sec (works fine in my testing). (-i sets the interval wait in seconds).