Changeset 3350 in josm
- Timestamp:
- 2010-06-27T23:15:32+02:00 (14 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 MapPaintVisitorPe formanceTest {20 public class MapPaintVisitorPerformanceTest { 21 21 22 22 private static final int IMG_WIDTH = 1400; … … 47 47 48 48 // Warm up 49 new MapPaintVisitorPe formanceTest().testRestrictionSmall();50 new MapPaintVisitorPe formanceTest().testCity();49 new MapPaintVisitorPerformanceTest().testRestrictionSmall(); 50 new MapPaintVisitorPerformanceTest().testCity(); 51 51 } 52 52
Note:
See TracChangeset
for help on using the changeset viewer.