| BenchmarkThis Method (Action) | 
            Creates a new benchmark with the specified action to be benchmarked.
            
 
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 8.2.23
Syntaxpublic static Benchmark This(
	Action action
)
Parameters
- action
 - Type: SystemAction
Action to be benchmarked 
Return Value
Type: 
Benchmark
See Also