Executes the benchmarked action a specified number of times and returns the result.
            
 
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntaxpublic BenchmarkResult Run(
	int times
)
Parameters
- times
 - Type: SystemInt32
Number of times the benchmarked action to be run 
Return Value
Type: 
BenchmarkResult
See Also