summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
blob: a73ddfd7c61e89f147a323398d06ddd08b687eb6 (plain)
1
2
3
4
5
6
from timeit import default_timer as timer
from xmlrpclib import ServerProxy

client = ServerProxy('http://localhost:10002')