We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca82997 commit 2ff8ac4Copy full SHA for 2ff8ac4
src/test/java/net/sf/jsqlparser/statement/select/SpeedTest.java
@@ -23,7 +23,10 @@
23
import net.sf.jsqlparser.test.TestException;
24
import net.sf.jsqlparser.util.TablesNamesFinder;
25
import org.junit.jupiter.api.Test;
26
+import org.junit.jupiter.api.parallel.Execution;
27
+import org.junit.jupiter.api.parallel.ExecutionMode;
28
29
+@Execution(ExecutionMode.CONCURRENT)
30
public class SpeedTest {
31
32
private final static int NUM_REPS_500 = 500;
0 commit comments