BenchmarkCommandBuilder.

WithNumberOfThreads(int) Method

Summary

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

Syntax

public BenchmarkCommandBuilder WithNumberOfThreads(int numberOfThreads)

Parameters

Name Type Description
numberOfThreads int The number of threads.

Return Value

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