Merge pull request #3628 from delftswa2014/profiling
Bring back minitest-profile
This commit is contained in:
commit
1ac7f5cb15
|
@ -10,6 +10,6 @@ if [ -d test/dest ]
|
|||
fi
|
||||
|
||||
if [[ $# -lt 1 ]]
|
||||
then time bundle exec rake test
|
||||
else time bundle exec ruby -Itest "$@"
|
||||
then time bundle exec rake TESTOPTS='--profile' test
|
||||
else time bundle exec ruby -Itest "$@" --profile
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue