BenchmarkCommandBuilder.

WithNumberOfIterations(int) Method

Summary

Sets the number of iterations.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
BenchmarkCommandBuilder

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.