org.antlr.stringtemplate.test
Class TestEvalSpeed
java.lang.Object
org.antlr.stringtemplate.test.TestSuite
org.antlr.stringtemplate.test.TestEvalSpeed
- public class TestEvalSpeed
- extends TestSuite
A semi-nonserious attempt to gauge speed of StringTemplate. Given
the problems associated with using the java system clock as a time
measure, I have run this with -Xint (interpreter only mode) to see
the relative performance of StringTemplate. I'm just getting started
on this.
Field Summary |
static int |
N
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
N
public static final int N
- See Also:
- Constant Field Values
TestEvalSpeed
public TestEvalSpeed()
runTests
public void runTests()
throws java.lang.Throwable
- Throws:
java.lang.Throwable
testBaselineLiteral
public void testBaselineLiteral()
testSingleLocalAttributeReference
public void testSingleLocalAttributeReference()
testApplyTemplateToList
public void testApplyTemplateToList()