From 2b9fe0c0626bd9875f39d2b01c8338ceb82d1621 Mon Sep 17 00:00:00 2001
From: Michael Zangl <michael.zangl@student.kit.edu>
Date: Thu, 23 Jul 2015 11:28:43 +0200
Subject: [PATCH 4/4] Reduced the number of MapCSSStyleSourceFilterTest runs.
---
.../josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java b/test/performance/org/openstreetmap/josm/gui/mappaint/mapcss/MapCSSStyleSourceFilterTest.java
index e828005..cb5d0e1 100644
|
a
|
b
|
public class MapCSSStyleSourceFilterTest {
|
| 18 | 18 | |
| 19 | 19 | private static final int TEST_RULE_COUNT = 10000; |
| 20 | 20 | |
| | 21 | private static final int APPLY_CALLS = 20000; |
| | 22 | |
| 21 | 23 | private class CssGenerator { |
| 22 | 24 | StringBuilder sb = new StringBuilder(); |
| 23 | 25 | private KeyValueDataGenerator generator; |
| … |
… |
public class MapCSSStyleSourceFilterTest {
|
| 74 | 76 | } |
| 75 | 77 | } |
| 76 | 78 | |
| 77 | | private static final int APPLY_CALLS = 100000; |
| 78 | | |
| 79 | 79 | /** |
| 80 | 80 | * Prepare the test. |
| 81 | 81 | */ |