File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/test/java/net/sf/jsqlparser/statement/select Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 15
15
import net .sf .jsqlparser .statement .simpleparsing .CCJSqlParserManagerTest ;
16
16
import net .sf .jsqlparser .test .TestException ;
17
17
import net .sf .jsqlparser .util .TablesNamesFinder ;
18
+ import org .junit .jupiter .api .Disabled ;
18
19
import org .junit .jupiter .api .Test ;
19
20
20
21
import java .io .BufferedReader ;
@@ -30,6 +31,9 @@ public class SpeedTest {
30
31
private final CCJSqlParserManager parserManager = new CCJSqlParserManager ();
31
32
32
33
@ Test
34
+ @ Disabled
35
+ // replaced by a proper JMH based benchmark
36
+ // @todo: remove this eventually
33
37
public void testSpeed () throws Exception {
34
38
// all the statements in testfiles/simple_parsing.txt
35
39
BufferedReader in = new BufferedReader (
You can’t perform that action at this time.
0 commit comments