org.nuiton.wikitty.perftest
Class PerfTestLabelAdd
java.lang.Object
org.nuiton.wikitty.perftest.PerfTestLabelAdd
public class PerfTestLabelAdd
- extends Object
|
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 |
PerfTestLabelAdd
public PerfTestLabelAdd()
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 inids - : the wikitties ids to add labels onloopsToAvg - : the number of times the labels will be added in order to give a more accurate resultthreadsNb - : the number of threads that will be created to add a part of the labels
Copyright © 2010 CodeLutin. All Rights Reserved.