From 20cc7ad7645e5a84ed11ec2149df91a9770fea6c Mon Sep 17 00:00:00 2001 From: Victor Shyba Date: Thu, 14 Sep 2017 19:56:20 -0300 Subject: [refactor] improve instructions and fix small typos --- scripts/benchmark/legacy-vs-blobs/makefile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'scripts/benchmark/legacy-vs-blobs/makefile') 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 -- cgit v1.2.3