![JAR search and dependency download from the Maven repository](/logo.png)
net.engio.pips.reports.IReporter Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of lab Show documentation
Show all versions of lab Show documentation
Benchmarking suite for Java macro benchmarks. Configure and run workloads to stress test your
application. Measure runtime performance using your preferred data collector and plotter.
The newest version!
package net.engio.pips.reports;
import net.engio.pips.lab.Benchmark;
/**
* Take the benchmark and create some output. This may be everything from logging
* to console, writing to disk, creating charts...
*
* @author bennidi
* Date: 3/4/14
*/
public interface IReporter {
void generate(Benchmark benchmark) throws Exception;
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy