Index: trunk/test/performance/org/openstreetmap/josm/PerformanceTestUtils.java
===================================================================
--- trunk/test/performance/org/openstreetmap/josm/PerformanceTestUtils.java	(revision 9789)
+++ trunk/test/performance/org/openstreetmap/josm/PerformanceTestUtils.java	(revision 9793)
@@ -2,7 +2,7 @@
 package org.openstreetmap.josm;
 
+import org.openstreetmap.josm.io.XmlWriter;
+
 import edu.umd.cs.findbugs.annotations.SuppressFBWarnings;
-
-import org.openstreetmap.josm.io.XmlWriter;
 
 /**
@@ -63,10 +63,10 @@
     /**
      * Emit one data value for the Jenkins Measurement Plots Plugin.
-     * 
+     *
      * The plugin collects the values over multiple builds and plots them in a diagram.
-     * 
-     * @see https://wiki.jenkins-ci.org/display/JENKINS/Measurement+Plots+Plugin
+     *
      * @param name the name / title of the measurement
      * @param value the value
+     * @see https://wiki.jenkins-ci.org/display/JENKINS/Measurement+Plots+Plugin
      */
     public static void measurementPlotsPluginOutput(String name, double value) {
Index: trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java
===================================================================
--- trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java	(revision 9789)
+++ trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java	(revision 9793)
@@ -68,4 +68,5 @@
         }
     }
+
     private static final EnumMap<Feature, BooleanStyleSetting> filters = new EnumMap<>(Feature.class);
 
@@ -112,5 +113,5 @@
 
         MapCSSStyleSource defaultStyle = null;
-        for (int i = 0; i< sources.size(); i++) {
+        for (int i = 0; i < sources.size(); i++) {
             StyleSource s = sources.get(i);
             if ("resource://styles/standard/elemstyles.mapcss".equals(s.url)) {
@@ -199,5 +200,7 @@
                 try {
                     Thread.sleep(300);
-                } catch (InterruptedException ex) {}
+                } catch (InterruptedException ex) {
+                    Main.warn(ex);
+                }
                 StyledMapRenderer.BenchmarkData data = new StyledMapRenderer.BenchmarkData();
                 data.skipDraw = skipDraw;
