To figure out just how much performance you can get from a VM try running both the iperf server and iperf client on the same VM i.e., open up two command prompts, and then run iperf -s in one window and iperf -c 127.0.0.1 in the second window.
Regards