BenchmarkCommandBuilder.

WithDictionarySize(int) Method

Summary

Sets the size of the dictionary.
Assembly
Cake.7zip.dll
Namespace
Cake.SevenZip.Builder
Containing Type
BenchmarkCommandBuilder

Syntax

public BenchmarkCommandBuilder WithDictionarySize(int dictionarySize)

Parameters

Name Type Description
dictionarySize int Size of the dictionary.

Return Value

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