mirror of
https://github.com/sigmasternchen/xtext-core
synced 2025-03-15 08:18:55 +00:00
disabled benchmark test case
This commit is contained in:
parent
76f580ad0c
commit
47075708d6
2 changed files with 4 additions and 0 deletions
|
@ -20,10 +20,12 @@ import org.eclipse.xtext.xtext.generator.model.IXtextGeneratorFileSystemAccess
|
||||||
import com.google.inject.Injector
|
import com.google.inject.Injector
|
||||||
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator
|
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator
|
||||||
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugContentAssistGrammarGenerator
|
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugContentAssistGrammarGenerator
|
||||||
|
import org.junit.Ignore
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author overflow - Initial contribution and API
|
* @author overflow - Initial contribution and API
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
class HoistingGeneratorBenchmark extends AbstractXtextTests {
|
class HoistingGeneratorBenchmark extends AbstractXtextTests {
|
||||||
|
|
||||||
val REPETITIONS = 1000
|
val REPETITIONS = 1000
|
||||||
|
|
|
@ -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.AntlrDebugContentAssistGrammarGenerator;
|
||||||
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator;
|
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrDebugProductionGrammarGenerator;
|
||||||
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrOptions;
|
import org.eclipse.xtext.xtext.generator.parser.antlr.AntlrOptions;
|
||||||
|
import org.junit.Ignore;
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @author overflow - Initial contribution and API
|
* @author overflow - Initial contribution and API
|
||||||
*/
|
*/
|
||||||
|
@Ignore
|
||||||
@SuppressWarnings("all")
|
@SuppressWarnings("all")
|
||||||
public class HoistingGeneratorBenchmark extends AbstractXtextTests {
|
public class HoistingGeneratorBenchmark extends AbstractXtextTests {
|
||||||
public static class InMemFSA extends InMemoryFileSystemAccess implements IXtextGeneratorFileSystemAccess {
|
public static class InMemFSA extends InMemoryFileSystemAccess implements IXtextGeneratorFileSystemAccess {
|
||||||
|
|
Loading…
Reference in a new issue