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
RuntimeMonikerTarget 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
RuntimeMonikerTarget Framework to test.
jit
JitJit to test.
platform
PlatformPlatform to test.