From 7595e5f951470632ca8fb2389f9125053d11cf92 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 12 Apr 2016 09:58:23 -0400 Subject: add profiler targets --- soledad_sync.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'soledad_sync.py') diff --git a/soledad_sync.py b/soledad_sync.py index 76b01a9..710ecd5 100644 --- a/soledad_sync.py +++ b/soledad_sync.py @@ -3,10 +3,11 @@ from leap.soledad.client.api import Soledad from twisted.internet import defer # EDIT THIS TO MATCH YOUR TEST ENVIRONMENT ------------- -UUID = 'deadbeef3' +UUID = 'deadbeef4' #HOST = 'http://futeisha:2323' HOST = 'http://localhost:2323' -NUM_DOCS = 100 +#NUM_DOCS = 100 +NUM_DOCS = 5 PAYLOAD = '/tmp/payload' # ------------------------------------------------------ -- cgit v1.2.3