Closed GoogleCodeExporter closed 9 years ago
Patch
Original comment by jbotnasc...@gmail.com
on 12 Feb 2013 at 2:00
Attachments:
Traditionally, we have been running benchmarks using a main method in the
individual benchmark that looks like:
public static void main(String[] args) throws Exception {
CaliperMain.main(SomeBenchmark.class, args);
}
That said, it seems quite reasonable to support the other invocation style as
well.
Original comment by gak@google.com
on 12 Feb 2013 at 10:43
Original comment by gak@google.com
on 23 Apr 2013 at 11:55
Original issue reported on code.google.com by
jbotnasc...@gmail.com
on 12 Feb 2013 at 1:46