BenchmarkCommandBuilder.

WithDictionarySize(int) Method

Summary

Sets the size of the dictionary.

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.
GitHub Discussion