Add convenience script for aliasing gradlew and mvn
OS X Bash users may source gradle/aliases.sh and it will set up a aliases for gradlew and mvn that run the commands through the 'time' utility. This makes for apples-to-apples execution time comparisons.
This commit is contained in:
2
gradle/aliases.sh
Executable file
2
gradle/aliases.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
alias gradle="time $PWD/gradlew"
|
||||
alias mvn="time mvn"
|
||||
Reference in New Issue
Block a user