Changeset 3350 in josm for trunk/test/performance/org/openstreetmap/josm/data
- Timestamp:
- 2010-06-27T23:15:32+02:00 (15 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/data/osm/MapPaintVisitorPerformanceTest.java
r3349 r3350 18 18 import org.openstreetmap.josm.io.OsmReader; 19 19 20 public class MapPaintVisitorPeformanceTest { 20 public class MapPaintVisitorPerformanceTest { 21 21 22 22 private static final int IMG_WIDTH = 1400; … … 47 47 48 48 // Warm up 49 new MapPaintVisitorPeformanceTest().testRestrictionSmall(); 50 new MapPaintVisitorPeformanceTest().testCity(); 49 new MapPaintVisitorPerformanceTest().testRestrictionSmall(); 50 new MapPaintVisitorPerformanceTest().testCity(); 51 51 } 52 52
Note:
See TracChangeset
for help on using the changeset viewer.