Click or drag to resize
BenchmarkUtilRunBenchmark Method
Runs a simple benchmark preceded by warmup phase.

Namespace: Grpc.Core.Utils
Assembly: Grpc.Core (in Grpc.Core.dll) Version: 0.6.1.0
Syntax
public static void RunBenchmark(
	int warmupIterations,
	int benchmarkIterations,
	Action action
)

Parameters

warmupIterations
Type: SystemInt32

[Missing <param name="warmupIterations"/> documentation for "M:Grpc.Core.Utils.BenchmarkUtil.RunBenchmark(System.Int32,System.Int32,System.Action)"]

benchmarkIterations
Type: SystemInt32

[Missing <param name="benchmarkIterations"/> documentation for "M:Grpc.Core.Utils.BenchmarkUtil.RunBenchmark(System.Int32,System.Int32,System.Action)"]

action
Type: SystemAction

[Missing <param name="action"/> documentation for "M:Grpc.Core.Utils.BenchmarkUtil.RunBenchmark(System.Int32,System.Int32,System.Action)"]

See Also