Class BenchmarkParams

All Implemented Interfaces:
Serializable, Comparable<BenchmarkParams>

public class BenchmarkParams extends BenchmarkParamsL4
Benchmark parameters.

BenchmarkParams handles the parameters used in the current run.

This class is dual-purpose:

  1. It acts as the interface between host JVM and forked JVM, so that the latter would not have to figure out the benchmark configuration again
  2. It can be injected into benchmark methods to access the runtime configuration info about the benchmark
See Also: