commit | cb658fab15dbf8074038bc76fc54ec4afccf5716 | [log] [tgz] |
---|---|---|
author | Sean Dague <sean@dague.net> | Thu Oct 08 17:12:03 2015 -0400 |
committer | Ian Wienand <iwienand@redhat.com> | Mon Oct 12 23:10:09 2015 +0000 |
tree | f84e5354076c802cfe5801a5600529e5d03e3fa5 | |
parent | 95c33d532f5d69516c0fbe123595f00f00792995 [diff] |
add pip install timing Change-Id: I368fec44858bd97fc6a314fb20eed2b10932cbb1
diff --git a/inc/python b/inc/python index fe7bba6..7d026c5 100644 --- a/inc/python +++ b/inc/python
@@ -80,6 +80,8 @@ return fi + time_start "pip_install" + PIP_UPGRADE=$(trueorfalse False PIP_UPGRADE) if [[ "$PIP_UPGRADE" = "True" ]] ; then upgrade="--upgrade" @@ -137,6 +139,8 @@ $cmd_pip $upgrade \ -r $test_req fi + + time_stop "pip_install" } # get version of a package from global requirements file