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