ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/loops/TSPExchangerTest.java
(Generate patch)

Comparing jsr166/src/test/loops/TSPExchangerTest.java (file contents):
Revision 1.15 by jsr166, Sat Dec 29 23:55:19 2012 UTC vs.
Revision 1.17 by jsr166, Fri Jan 2 16:57:15 2015 UTC

# Line 39 | Line 39 | public class TSPExchangerTest {
39      static final int NCPUS = Runtime.getRuntime().availableProcessors();
40  
41      /** Runs start with two threads, increasing by two through max */
42 <    static final int DEFAULT_MAX_THREADS  = Math.max(4, NCPUS + NCPUS/2);
42 >    static final int DEFAULT_MAX_THREADS = Math.max(4, NCPUS + NCPUS/2);
43  
44      /** The number of replication runs per thread value */
45      static final int DEFAULT_REPLICATIONS = 3;
# Line 362 | Line 362 | public class TSPExchangerTest {
362      }
363  
364      /**
365 <     * A Subpop maintains a set of chromosomes..
365 >     * A Subpop maintains a set of chromosomes.
366       */
367      static final class Subpop {
368          /** The chromosomes, kept in sorted order */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines