You are viewing a plain text version of this content. The canonical link for it is here.
Posted to m2-dev@maven.apache.org by ev...@apache.org on 2004/06/25 10:12:03 UTC

cvs commit: maven-components/benchmark .cvsignore run

evenisse    2004/06/25 01:12:03

  Modified:    benchmark run
  Added:       benchmark .cvsignore
  Log:
  - Fix m2 goal name
  - show only times
  
  Revision  Changes    Path
  1.2       +9 -3      maven-components/benchmark/run
  
  Index: run
  ===================================================================
  RCS file: /home/cvs/maven-components/benchmark/run,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- run	16 Jun 2004 05:58:16 -0000	1.1
  +++ run	25 Jun 2004 08:12:03 -0000	1.2
  @@ -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
  
  
  
  1.1                  maven-components/benchmark/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  target