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