basics of metrics (#374)

* basics of metrics

* pin to stdlib v2

* measure python installation size

* lots of additional metrics

* add old output methods

* $

* empty commit
This commit is contained in:
2017-05-03 14:15:03 -04:00
committed by GitHub
parent 9a24c9d17d
commit d39b8c19b2
5 changed files with 51 additions and 43 deletions
+2
View File
@@ -25,6 +25,8 @@ if [ ! "$SKIP_INSTALL" ]; then
mkdir -p .heroku/python
curl https://lang-python.s3.amazonaws.com/$STACK/runtimes/$PYTHON_VERSION.tar.gz -s | tar zxv -C .heroku/python &> /dev/null
mcount "version.python.$PYTHON_VERSION"
if [[ $? != 0 ]] ; then
puts-warn "Requested runtime ($PYTHON_VERSION) is not available for this stack ($STACK)."
puts-warn "Aborting. More info: https://devcenter.heroku.com/articles/python-support"