Class NewLocaleTask
Set a System.Globalization.CultureInfo for use in benchmarking.
Implements
System.IDisposable
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)
Namespace: Lucene.Net.Benchmarks.ByTask.Tasks
Assembly: Lucene.Net.Benchmark.dll
Syntax
public class NewLocaleTask : PerfTask, IDisposable
Remarks
Locales can be specified in the following ways:
de
: Language "de"
: Language "en", country "US"en,US
: Language "nb" (Bokmål), country "NO"nb-NO
: The System.Globalization.CultureInfo.InvariantCultureROOT
Constructors
| Improve this Doc View SourceNewLocaleTask(PerfRunData)
Create a new System.Globalization.CultureInfo and set it it in the RunData for use by all future tasks.
Declaration
public NewLocaleTask(PerfRunData runData)
Parameters
Type | Name | Description |
---|---|---|
PerfRunData | runData |
Properties
| Improve this Doc View SourceSupportsParams
Declaration
public override bool SupportsParams { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Methods
| Improve this Doc View SourceDoLogic()
Declaration
public override int DoLogic()
Returns
Type | Description |
---|---|
System.Int32 |
Overrides
| Improve this Doc View SourceSetParams(String)
Declaration
public override void SetParams(string params)
Parameters
Type | Name | Description |
---|---|---|
System.String | params |
Overrides
Implements
System.IDisposable