Changeset 11324 in josm for trunk/test/performance/org/openstreetmap/josm/gui
- Timestamp:
- 2016-11-27T05:16:30+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/performance/org/openstreetmap/josm/gui/mappaint/MapRendererPerformanceTest.java
r10697 r11324 166 166 public int noIterations = 7; 167 167 public boolean dumpImage = DUMP_IMAGE; 168 public boolean skipDraw = false;169 168 public boolean clearStyleCache = true; 170 169 public String label = ""; … … 264 263 test.bounds = BOUNDS_CITY_ALL; 265 264 test.label = "big"; 266 test.skipDraw = true;267 265 test.dumpImage = false; 268 266 test.noWarmup = 3;
Note:
See TracChangeset
for help on using the changeset viewer.