Uses of Record Class
de.cuioss.benchmarking.common.config.ReportConfiguration
Packages that use ReportConfiguration
-
Uses of ReportConfiguration in de.cuioss.benchmarking.common.config
Methods in de.cuioss.benchmarking.common.config that return ReportConfigurationModifier and TypeMethodDescriptionReportConfiguration.Builder.build()Builds the configuration.BenchmarkConfiguration.reportConfig()Returns the value of thereportConfigrecord component.Methods in de.cuioss.benchmarking.common.config with parameters of type ReportConfigurationModifier and TypeMethodDescriptionBenchmarkConfiguration.Builder.withReportConfig(ReportConfiguration config) Sets the complete report configuration.Constructors in de.cuioss.benchmarking.common.config with parameters of type ReportConfigurationModifierConstructorDescriptionBenchmarkConfiguration(ReportConfiguration reportConfig, String includePattern, int forks, int warmupIterations, int measurementIterations, org.openjdk.jmh.runner.options.TimeValue measurementTime, org.openjdk.jmh.runner.options.TimeValue warmupTime, int threads, IntegrationConfiguration integrationConfig) Creates an instance of aBenchmarkConfigurationrecord class. -
Uses of ReportConfiguration in de.cuioss.benchmarking.common.runner
Constructors in de.cuioss.benchmarking.common.runner with parameters of type ReportConfigurationModifierConstructorDescriptionBenchmarkResultProcessor(BenchmarkType benchmarkType, ReportConfiguration reportConfig) Creates a processor with full report configuration including configured benchmark names.