I use VS Code as my Python IDE. Through the Debug Window, I see couple threads are created right after the gevent calls.
I have tested both codes ( threads/gevent ) for many times. It seams that gevent runs a little bit faster. But, I guess the problem is not all about CPU, maybe I need pay more attention on the network connections.