Class Constants
Various benchmarking constants (mostly defaults)
Inheritance
System.Object
Constants
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Lucene.Net.Benchmarks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public static class Constants
Fields
| Improve this Doc View SourceBOOLEANS
Declaration
public static bool[] BOOLEANS
Field Value
Type | Description |
---|---|
System.Boolean[] |
DEFAULT_LOG_STEP
Declaration
public const int DEFAULT_LOG_STEP = 1000
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_MAXIMUM_DOCUMENTS
Declaration
public const int DEFAULT_MAXIMUM_DOCUMENTS = 2147483647
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_RUN_COUNT
Declaration
public const int DEFAULT_RUN_COUNT = 5
Field Value
Type | Description |
---|---|
System.Int32 |
DEFAULT_SCALE_UP
Declaration
public const int DEFAULT_SCALE_UP = 5
Field Value
Type | Description |
---|---|
System.Int32 |