All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.engio.pips.reports.IReporter Maven / Gradle / Ivy

Go to download

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