From 9c1dc66c057dee764e80af875cb60a75e8e3aca4 Mon Sep 17 00:00:00 2001 From: drebs Date: Sun, 1 May 2016 23:02:04 -0300 Subject: dump sync stats to file --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3