Table of Contents

Class VeryLongRunJobAttribute

Namespace
BenchmarkDotNet.Attributes
Assembly
BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class VeryLongRunJobAttribute : JobConfigBaseAttribute, IConfigSource
Inheritance
VeryLongRunJobAttribute
Implements
Inherited Members

Constructors

VeryLongRunJobAttribute()

public VeryLongRunJobAttribute()

VeryLongRunJobAttribute(RuntimeMoniker)

defines a new VeryLongRun Job that targets specified Framework

public VeryLongRunJobAttribute(RuntimeMoniker runtimeMoniker)

Parameters

runtimeMoniker RuntimeMoniker

Target Framework to test.

VeryLongRunJobAttribute(RuntimeMoniker, Jit, Platform)

defines a new VeryLongRun Job that targets specified Framework, JIT and Platform

public VeryLongRunJobAttribute(RuntimeMoniker runtimeMoniker, Jit jit, Platform platform)

Parameters

runtimeMoniker RuntimeMoniker

Target Framework to test.

jit Jit

Jit to test.

platform Platform

Platform to test.