Skip to content

Commit 0169c58

Browse files
committed
add bench to makefile
1 parent c0c959d commit 0169c58

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ rdoc :
5757
notebook :
5858
ipython notebook --matplotlib=inline --notebook-dir=notebooks/
5959

60+
bench :
61+
echo 'Branch master'
62+
git checkout master
63+
python3 $(script)
64+
echo 'Branch $(branch)'
65+
git checkout $(branch)
66+
python3 $(script)
67+
6068
autopep8 :
6169
autopep8 -ir test ot examples --jobs -1
6270

0 commit comments

Comments
 (0)