Class SetPropTask
Set a performance test configuration property. A property may have a single value, or a sequence of values, separated by ":". If a sequence of values is specified, each time a new round starts, the next (cyclic) value is taken.
Other side effects: none.
Takes mandatory param: "name,value" pair.
Inherited Members
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SetPropTask : PerfTask
Constructors
Name | Description |
---|---|
SetPropTask(PerfRunData) |
Properties
Name | Description |
---|---|
SupportsParams |
Methods
Name | Description |
---|---|
DoLogic() | |
SetParams(String) | Set the params (property name and value). |