In the Python flavour of these tests there's no concurrency occurring within a single OS process, all the work is CPU bound - adding gevent wouldn't achieve anything.
Also as njharman mentioned, you're still running a separate broker with zmq, so the number of components doesn't change.
Also as njharman mentioned, you're still running a separate broker with zmq, so the number of components doesn't change.