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 1515import net .sf .jsqlparser .statement .simpleparsing .CCJSqlParserManagerTest ;
1616import net .sf .jsqlparser .test .TestException ;
1717import net .sf .jsqlparser .util .TablesNamesFinder ;
18+ import org .junit .jupiter .api .Disabled ;
1819import org .junit .jupiter .api .Test ;
1920
2021import java .io .BufferedReader ;
@@ -30,6 +31,9 @@ public class SpeedTest {
3031 private final CCJSqlParserManager parserManager = new CCJSqlParserManager ();
3132
3233 @ Test
34+ @ Disabled
35+ // replaced by a proper JMH based benchmark
36+ // @todo: remove this eventually
3337 public void testSpeed () throws Exception {
3438 // all the statements in testfiles/simple_parsing.txt
3539 BufferedReader in = new BufferedReader (
You can’t perform that action at this time.
0 commit comments