BenchmarkCommandBuilder.

WithMethod(string) Method

Summary

Sets the method.

Syntax

public BenchmarkCommandBuilder WithMethod(string method)

Parameters

Name Type Description
method string The method.

Return Value

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