Class DryJobAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class DryJobAttribute : JobConfigBaseAttribute, IConfigSource
- Inheritance
-
DryJobAttribute
- Implements
- Inherited Members
Constructors
DryJobAttribute()
public DryJobAttribute()
DryJobAttribute(RuntimeMoniker)
defines a new Dry Job that targets specified Framework
public DryJobAttribute(RuntimeMoniker runtimeMoniker)
Parameters
runtimeMoniker
RuntimeMonikerTarget Framework to test.
DryJobAttribute(RuntimeMoniker, Jit, Platform)
defines a new Dry Job that targets specified Framework, JIT and Platform
public DryJobAttribute(RuntimeMoniker runtimeMoniker, Jit jit, Platform platform)
Parameters
runtimeMoniker
RuntimeMonikerTarget Framework to test.
jit
JitJit to test.
platform
PlatformPlatform to test.