Click or drag to resize
MultiBenchmark Class
Wrapper to run multiple benchmarks and compare the results
Inheritance Hierarchy

Namespace: CMS.Base.Internal
Assembly: CMS.Base (in CMS.Base.dll) Version: 10.0.0
Syntax
C#
public class MultiBenchmark : Benchmark

The MultiBenchmark type exposes the following members.

Constructors
  NameDescription
Public methodMultiBenchmark
Constructor
Top
Properties
  NameDescription
Public propertyBaseLine
Base line benchmark to compare to
Public propertyBenchmarks
Benchmarks covered by this benchmark
Public propertyIterations
Number of iterations to run. Default 1000
(Inherited from Benchmark.)
Public propertyResults
Results of the benchmark
(Inherited from Benchmark.)
Top
Methods
See Also