mirror of
https://github.com/apache/maven.git
synced 2025-03-03 15:19:25 +00:00
- 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:
parent
880648435f
commit
77b3707cf9
1
benchmark/.cvsignore
Normal file
1
benchmark/.cvsignore
Normal file
@ -0,0 +1 @@
|
||||
target
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user