summaryrefslogtreecommitdiffstats
path: root/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
diff options
context:
space:
mode:
Diffstat (limited to 'external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py')
-rw-r--r--external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py b/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
new file mode 100644
index 00000000..a73ddfd7
--- /dev/null
+++ b/external_libs/python/pyzmq-14.7.0/examples/bench/xmlrpc_client.py
@@ -0,0 +1,6 @@
+from timeit import default_timer as timer
+from xmlrpclib import ServerProxy
+
+client = ServerProxy('http://localhost:10002')
+
+ \ No newline at end of file