236237238239240241242243244245246
*/ static void setupReporter() { String title = "Object Serialization Benchmark, v" + VERSION; switch (format) { case TEXT: reporter = new TextReporter(repstr, title); break; case HTML: reporter = new HtmlReporter(repstr, title); break;
405406407408409410411412413414415
*/ static void setupReporter() { String title = "RMI Benchmark, v" + VERSION; switch (format) { case TEXT: reporter = new TextReporter(repstr, title); break; case HTML: reporter = new HtmlReporter(repstr, title); break;