Table of Contents

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 RuntimeMoniker

Target 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 RuntimeMoniker

Target Framework to test.

jit Jit

Jit to test.

platform Platform

Platform to test.