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