Class IterationSetupAttribute
Marks method to be executed before each benchmark iteration. This should NOT be used for microbenchmarks - please see the docs.
Inherited Members
Namespace: BenchmarkDotNet.Attributes
Assembly: BenchmarkDotNet.Annotations.dll
Syntax
[AttributeUsage(AttributeTargets.Method)]
public class IterationSetupAttribute : TargetedAttribute