com.carrotsearch.junitbenchmarks
Interface IResultsConsumer

All Known Implementing Classes:
AutocloseConsumer, DbConsumer, H2Consumer, MySQLConsumer, WriterConsumer, XMLConsumer

public interface IResultsConsumer

An interface for consumers of benchmark results.


Method Summary
 void accept(Result result)
          Accepts the results of a single benchmark.
 

Method Detail

accept

void accept(Result result)
            throws IOException
Accepts the results of a single benchmark.

Throws:
IOException


Copyright © 2013 Carrot Search s.c.. All Rights Reserved.