Click or drag to resize
BenchmarkRunWithWarmup Method
Executes the benchmarked action a specified number of times and returns the result. Runs the action once prior to benchmarking.

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntax
C#
public BenchmarkResult RunWithWarmup(
	int times
)

Parameters

times
Type: SystemInt32
Number of times the benchmarked action to be run

Return Value

Type: BenchmarkResult
See Also