# Pastebin biC9zeid >>> timeit.timeit("c.get('/search', {'limit':1000})", setup="from h.api_client import Client; c = Client('http://172.17.0.6:8000/api', timeout=1)", number=10)/10 0.36955430507659914 >>> timeit.timeit("c.get('/search', {'limit':1000})", setup="from h.api_client import Client; c = Client('https://hypothes.is/api', timeout=1)", number=10)/10 0.42586770057678225