summaryrefslogtreecommitdiff
path: root/Makefile
blob: b570079ed434668f604490b1e0ea90a7072e5c79 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# Actual soledad sync

soledad-sync-server:
	./server_with_soledad_syncer.py

measure-ping:
	httperf --server localhost --port 8080 --num-calls 5 --num-conns 20 --uri /ping

trigger-sync:
	time curl localhost:8080/start-sync

measure-series:
	# TODO make sure we have restarted the server, send SIGNUP ?
	# TODO rm series.log, name it with a timestamp
	# TODO measure, first of all, the number of seconds from the beginning!!! (right now it's biased)
	# TODO add cpu/ram usage (ping command COULD RETURN THAT!)
	rm -f /tmp/soledadsync/*
	rm -f series.log
	python measure-perf-series.py

graph-series:
	data=series.log ./graphit