Click or drag to resize
BenchmarkResult Constructor
Constructor

Namespace: CMS.Tests
Assembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntax
C#
public BenchmarkResult(
	IEnumerable<TimeSpan> results
)

Parameters

results
Type: System.Collections.GenericIEnumerableTimeSpan
Results of the benchmark action runs
See Also