summaryrefslogtreecommitdiff
path: root/scripts/benchmark/legacy-vs-blobs/makefile
diff options
context:
space:
mode:
authorVictor Shyba <victor1984@riseup.net>2017-09-14 19:56:20 -0300
committerdrebs <drebs@riseup.net>2017-09-14 21:34:27 -0300
commit20cc7ad7645e5a84ed11ec2149df91a9770fea6c (patch)
tree872461895e3b009ef0c63a8d358109aa79ca3224 /scripts/benchmark/legacy-vs-blobs/makefile
parent93250414c6ef77b69a0aca008ef28c778c48afe4 (diff)
[refactor] improve instructions and fix small typos
Diffstat (limited to 'scripts/benchmark/legacy-vs-blobs/makefile')
-rw-r--r--scripts/benchmark/legacy-vs-blobs/makefile8
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/benchmark/legacy-vs-blobs/makefile b/scripts/benchmark/legacy-vs-blobs/makefile
index 649e181c..819d2519 100644
--- a/scripts/benchmark/legacy-vs-blobs/makefile
+++ b/scripts/benchmark/legacy-vs-blobs/makefile
@@ -7,8 +7,10 @@ env:
if [ ! -d $(VIRTUALENV_ROOT) ]; then \
mkdir -p $$(dirname $(VIRTUALENV_ROOT)); \
virtualenv $(VIRTUALENV_ROOT); \
- $(VIRTUALENV_ROOT)/bin/pip install requirements.pip; \
fi
-graph: env
- $(VIRTUALENV_ROOT)/bin/python ./legacy-vs-blobs.py
+deps: env
+ $(VIRTUALENV_ROOT)/bin/pip install -r requirements.pip
+
+graph: deps
+ $(VIRTUALENV_ROOT)/bin/python ./gen-graph.py