Class ResetInputsTask
Reset inputs so that the test run would behave, input wise, as if it just started. This affects e.g. the generation of docs and queries.
Implements
Inherited Members
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class ResetInputsTask : PerfTask, IDisposable
Constructors
ResetInputsTask(PerfRunData)
Reset inputs so that the test run would behave, input wise, as if it just started. This affects e.g. the generation of docs and queries.
Declaration
public ResetInputsTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Properties
ShouldNotRecordStats
Reset inputs so that the test run would behave, input wise, as if it just started. This affects e.g. the generation of docs and queries.
Declaration
protected override bool ShouldNotRecordStats { get; }
Property Value
Type | Description |
---|---|
bool |
Overrides
See Also
Methods
DoLogic()
Perform the task once (ignoring repetitions specification). Return number of work items done by this task. For indexing that can be number of docs added. For warming that can be number of scanned items, etc.
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
int | Number of work items done by this task. |