24 puts "Small with no stuff"
26 puts(Benchmark.measure do
34 puts "Small with eval stuff"
36 puts(Benchmark.measure do
44 puts "Large with no stuff"
46 puts(Benchmark.measure do
47 e = ERB.new(large_str1)
54 puts "Large with eval stuff"
56 puts(Benchmark.measure do
57 e = ERB.new(large_str2)