Class ProcessCountAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
How many times we should launch process with target benchmark.
public class ProcessCountAttribute : JobMutatorConfigBaseAttribute, IConfigSource
- Inheritance
-
ProcessCountAttribute
- Implements
- Inherited Members
Constructors
ProcessCountAttribute(int)
public ProcessCountAttribute(int processLaunchCount)
Parameters
processLaunchCount
int- How many times we should launch process with target benchmark.