summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/examples/bench/jsonrpc_client.py
blob: 7fb6ef488245c5f9eec38b49c101ae9fa4b0a6cc (plain)
1
2
3
4
from timeit import default_timer as timer
from jsonrpclib import Server

client = Server('http://localhost:10000')