Class Constants
Various benchmarking constants (mostly defaults)
Inherited Members
Namespace: Lucene.Net.Benchmarks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public static class Constants
Fields
BOOLEANS
Various benchmarking constants (mostly defaults)
Declaration
public static bool[] BOOLEANS
Field Value
Type | Description |
---|---|
bool[] |
DEFAULT_LOG_STEP
Various benchmarking constants (mostly defaults)
Declaration
public const int DEFAULT_LOG_STEP = 1000
Field Value
Type | Description |
---|---|
int |
DEFAULT_MAXIMUM_DOCUMENTS
Various benchmarking constants (mostly defaults)
Declaration
public const int DEFAULT_MAXIMUM_DOCUMENTS = 2147483647
Field Value
Type | Description |
---|---|
int |
DEFAULT_RUN_COUNT
Various benchmarking constants (mostly defaults)
Declaration
public const int DEFAULT_RUN_COUNT = 5
Field Value
Type | Description |
---|---|
int |
DEFAULT_SCALE_UP
Various benchmarking constants (mostly defaults)
Declaration
public const int DEFAULT_SCALE_UP = 5
Field Value
Type | Description |
---|---|
int |