| The application for viewing benchmark reports. In order for the ReportViewer
to operate correctly, you must have both the
ReportServer RPC and
com.google.gwt.junit.viewer.server.ReportImageServer servlets up and
running within a servlet container.
ReportViewer's GWT XML module is configured to start these
servlets by default. Just start ReportViewer in hosted mode,
and GWT will run them within its own embedded servlet engine. For example,
java -cp <classpath> com.google.gwt.dev.GWTShell -out
ReportViewerShell/www
com.google.gwt.junit.viewer.ReportViewer/ReportViewer.html
You can configure the location where ReportServer reads the benchmark reports
from by setting the system property named in
com.google.gwt.junit.client.Benchmark.REPORT_PATH .
|