summaryrefslogtreecommitdiff
path: root/soledad_sync.py
diff options
context:
space:
mode:
authorKali Kaneko (leap communications) <kali@leap.se>2016-04-12 09:58:23 -0400
committerKali Kaneko (leap communications) <kali@leap.se>2016-04-12 09:58:23 -0400
commit7595e5f951470632ca8fb2389f9125053d11cf92 (patch)
tree7b278fc29ca60935eda15e69005369c494c9a832 /soledad_sync.py
parente07e764a11cacfa374de75de7da16be935e5e8f4 (diff)
add profiler targets
Diffstat (limited to 'soledad_sync.py')
-rw-r--r--soledad_sync.py5
1 files changed, 3 insertions, 2 deletions
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'
# ------------------------------------------------------