BenchmarkCommandBuilder.

WithNumberOfIterations(int) Method

Summary

Sets the number of iterations.

Syntax

public BenchmarkCommandBuilder WithNumberOfIterations(int numberOfIterations)

Parameters

Name Type Description
numberOfIterations int The number of iterations.

Return Value

Type Description
BenchmarkCommandBuilder The builder-instance for fluent re-use.
GitHub Discussion