org.nuiton.wikitty.perftest
Class PerfTestLabelAdd

java.lang.Object
  extended by org.nuiton.wikitty.perftest.PerfTestLabelAdd

public class PerfTestLabelAdd
extends Object


Constructor Summary
PerfTestLabelAdd()
           
 
Method Summary
static void addLabel(WikittyProxy proxy, List<String> ids, int loopsToAvg, int threadsNb)
          Adds labels on the wikitties ids and stores them in the proxy
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PerfTestLabelAdd

public PerfTestLabelAdd()
Method Detail

addLabel

public static void addLabel(WikittyProxy proxy,
                            List<String> ids,
                            int loopsToAvg,
                            int threadsNb)
Adds labels on the wikitties ids and stores them in the proxy

Parameters:
proxy - : the WikittyProxy to add labels in
ids - : the wikitties ids to add labels on
loopsToAvg - : the number of times the labels will be added in order to give a more accurate result
threadsNb - : the number of threads that will be created to add a part of the labels


Copyright © 2010-2011 CodeLutin. All Rights Reserved.