- Fix m2 goal name

- show only times


git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162836 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Emmanuel Venisse 2004-06-25 08:12:03 +00:00
parent 880648435f
commit 77b3707cf9
2 changed files with 10 additions and 3 deletions

1
benchmark/.cvsignore Normal file
View File

@ -0,0 +1 @@
target

View File

@ -2,12 +2,18 @@
rm -rf target
time ant jar
echo Run with ant...
time -p ant jar > /dev/null
rm -rf target
time m2 jar
echo Run with m2...
time -p m2 jar:jar > /dev/null
rm -rf target
time maven jar
echo Run with maven...
time -p maven jar > /dev/null