Class VeryLongRunJobAttribute
Implements
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.dll
Syntax
[AttributeUsage(AttributeTargets.Assembly | AttributeTargets.Class, AllowMultiple = true)]
public class VeryLongRunJobAttribute : JobConfigBaseAttribute, IConfigSource
Constructors
VeryLongRunJobAttribute()
Declaration
public VeryLongRunJobAttribute()
VeryLongRunJobAttribute(RuntimeMoniker)
defines a new VeryLongRun Job that targets specified Framework
Declaration
public VeryLongRunJobAttribute(RuntimeMoniker runtimeMoniker)
Parameters
Type | Name | Description |
---|---|---|
RuntimeMoniker | runtimeMoniker | Target Framework to test. |
VeryLongRunJobAttribute(RuntimeMoniker, Jit, Platform)
defines a new VeryLongRun Job that targets specified Framework, JIT and Platform
Declaration
public VeryLongRunJobAttribute(RuntimeMoniker runtimeMoniker, Jit jit, Platform platform)
Parameters
Type | Name | Description |
---|---|---|
RuntimeMoniker | runtimeMoniker | Target Framework to test. |
Jit | jit | Jit to test. |
Platform | platform | Platform to test. |