org.stringtemplate.v4.benchmark
Class OliverTest

java.lang.Object
  extended by org.stringtemplate.v4.benchmark.OliverTest

public class OliverTest
extends java.lang.Object

Adapted from Oliver Zeigermann benchmarking


Nested Class Summary
static class OliverTest.BigDecimalRenderer
           
 
Constructor Summary
OliverTest()
           
 
Method Summary
 void timeEmail(int reps)
           
 void timeEmailWithRenderers(int reps)
           
 void timeEmailWriteToStringBuffer(int reps)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OliverTest

public OliverTest()
Method Detail

timeEmail

public void timeEmail(int reps)

timeEmailWriteToStringBuffer

public void timeEmailWriteToStringBuffer(int reps)

timeEmailWithRenderers

public void timeEmailWithRenderers(int reps)