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