Home | History | Annotate | Download | only in perf-tests

Lines Matching refs:THREADS

31 my $THREADS;        # number of threads (input from command-line args)
47 # run all tests with the specified number of threads from command-line input
48 # (if there is no arguments, use $THREADS = 1)
50 $THREADS = $arg;
59 my $threads = ($THREADS > 1) ? "($THREADS threads)" : "";
60 my $title = "ICU4J Performance Test $threads $date";
277 my $cmd = "java -classpath classes $TESTCLASS $method $n -p $passes -L @$pat[0] \"@$pat[1]\" \"@$pat[2]\" -r $THREADS";