summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2016-05-01 23:02:04 -0300
committerdrebs <drebs@riseup.net>2016-05-02 20:43:28 -0300
commit9c1dc66c057dee764e80af875cb60a75e8e3aca4 (patch)
tree6870ab7c22a4f9642dc6860df42c100d9dd391d0 /Makefile
parent1de2723fdd05dc2c404d9bb7213dd7b93d0c50f6 (diff)
dump sync stats to file
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c710c68..f9da7d2 100644
--- a/Makefile
+++ b/Makefile
@@ -32,8 +32,8 @@ measure-series:
# 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
+ rm -f ./out/series.log
python measure-perf-series.py
graph-series:
- data=series.log ./graphit
+ data=./out/series.log ./graphit