disabled benchmark test case

This commit is contained in:
overflowerror 2022-01-28 20:41:16 +01:00
parent 76f580ad0c
commit 47075708d6
2 changed files with 4 additions and 0 deletions

View file

@ -20,10 +20,12 @@ import org.eclipse.xtext.xtext.generator.model.IXtextGeneratorFileSystemAccess
import com.google.inject.Injector
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugContentAssistGrammarGenerator
import org.junit.Ignore
/**
* @author overflow - Initial contribution and API
*/
@Ignore
class HoistingGeneratorBenchmark extends AbstractXtextTests {
val REPETITIONS = 1000

View file

@ -22,11 +22,13 @@ import org.eclipse.xtext.xtext.generator.model.IXtextGeneratorFileSystemAccess;
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugContentAssistGrammarGenerator;
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator;
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrOptions;
import org.junit.Ignore;
import org.junit.Test;
/**
* @author overflow - Initial contribution and API
*/
@Ignore
@SuppressWarnings("all")
public class HoistingGeneratorBenchmark extends AbstractXtextTests {
public static class InMemFSA extends InMemoryFileSystemAccess implements IXtextGeneratorFileSystemAccess {