Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
19 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove unused imports
  • Loading branch information
manticore-projects committed Apr 23, 2022
commit 0a01f323fbbf87ba3ec0104017226e0349c61bf5
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,7 @@
import net.sf.jsqlparser.test.TestException;
import net.sf.jsqlparser.util.TablesNamesFinder;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.parallel.Execution;
import org.junit.jupiter.api.parallel.ExecutionMode;

//@Execution(ExecutionMode.CONCURRENT)
public class SpeedTest {

private final static int NUM_REPS_500 = 500;
Expand Down