We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bbb98 commit 3d1b085Copy full SHA for 3d1b085
1 file changed
src/test/java/org/apache/commons/csv/perf/PerformanceTest.java
@@ -46,6 +46,7 @@ public class PerformanceTest {
46
private static final String TEST_RESRC = "org/apache/commons/csv/perf/worldcitiespop.txt.gz";
47
48
private static final File BIG_FILE = new File(FileUtils.getTempDirectoryPath(), "worldcitiespop.txt");
49
+
50
@BeforeAll
51
public static void setUpClass() throws FileNotFoundException, IOException {
52
if (BIG_FILE.exists()) {
0 commit comments