From 0169c58227b1a322de85bbbeb568eacde0218427 Mon Sep 17 00:00:00 2001 From: RĂ©mi Flamary Date: Tue, 24 Jul 2018 14:00:20 +0200 Subject: add bench to makefile --- Makefile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1abc6e9..2b11f8a 100644 --- a/Makefile +++ b/Makefile @@ -57,6 +57,14 @@ rdoc : notebook : ipython notebook --matplotlib=inline --notebook-dir=notebooks/ +bench : + echo 'Branch master' + git checkout master + python3 $(script) + echo 'Branch $(branch)' + git checkout $(branch) + python3 $(script) + autopep8 : autopep8 -ir test ot examples --jobs -1 -- cgit v1.2.3