Home | History | Annotate | Download | only in scripts
      1 @echo off
      2 
      3 REM set dbloc=net://minsky.ottawa.ibm.com
      4 
      5 java -Declipse.perf.dbloc=%dbloc% -jar .\..\..\..\plugins\org.eclipse.equinox.launcher.jar -application org.eclipse.test.performance.ui.resultGenerator %*
      6 
      7