com.undefinedlabs.scope.rules.extractor.ScopeBenchmarkStatisticsExtractor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of scope-rule-java-jmh Show documentation
Show all versions of scope-rule-java-jmh Show documentation
Scope is a APM for tests to give engineering teams unprecedented visibility into their CI process to quickly
identify, troubleshoot and fix failed builds.
This artifact contains the classes to instrument the Java JMH Benchmark Framework.
package com.undefinedlabs.scope.rules.extractor;
import com.undefinedlabs.scope.rules.model.ScopeBenchmarkStatistics;
import org.openjdk.jmh.results.Result;
public interface ScopeBenchmarkStatisticsExtractor {
ScopeBenchmarkStatistics extract(final Result result);
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy