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
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class SetPropTask : PerfTask
Constructors
| Improve this Doc View SourceSetPropTask(PerfRunData)
Declaration
public SetPropTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
Perf |
runData |
Properties
| Improve this Doc View SourceSupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type | Description |
---|---|
System. |
Overrides
See Also
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System. |
Overrides
| Improve this Doc View SourceSetParams(String)
Set the params (property name and value).
Declaration
public override void SetParams(string params)
Parameters
Type | Name | Description |
---|---|---|
System. |
params | Property name and value separated by ','. |