Class NewRoundTask
Increment the counter for properties maintained by Round Number.
Other side effects: if there are props by round number, log value change.
Inheritance
System.Object
NewRoundTask
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class NewRoundTask : PerfTask
Constructors
|
Improve this Doc
View Source
NewRoundTask(PerfRunData)
Declaration
public NewRoundTask(PerfRunData runData)
Parameters
Properties
|
Improve this Doc
View Source
ShouldNotRecordStats
Declaration
protected override bool ShouldNotRecordStats { get; }
Property Value
Type |
Description |
System.Boolean |
|
Overrides
See Also
Methods
|
Improve this Doc
View Source
DoLogic()
Declaration
public override int DoLogic()
Returns
Type |
Description |
System.Int32 |
|
Overrides