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