summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
author(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-03-05 02:13:12 +0000
committer(no author) <(no author)@c9e70521-770b-0410-b9ac-ce6205b42a9f>2007-03-05 02:13:12 +0000
commitacdd8b2b37dee6a5a42d8ffd74c7d31e61191563 (patch)
treedf1995ef60b5563b25b8c31d698580ec5d8f6931 /benchmark
parentb33d57b596fbbc1082ec3ea3d2b2b3d158241534 (diff)
downloaderubis-acdd8b2b37dee6a5a42d8ffd74c7d31e61191563.tar.gz
- [enhance] add ErboutEnhancer
- [enhance] add ExpressionInterpolationEnhancer
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/erubybench.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/benchmark/erubybench.rb b/benchmark/erubybench.rb
index 663da10..88f7c22 100644
--- a/benchmark/erubybench.rb
+++ b/benchmark/erubybench.rb
@@ -490,6 +490,10 @@ __END__
class: Erubis::Eruby
return: str
+- name: ErubisFastEruby
+ class: Erubis::FastEruby
+ return: str
+
- name: ErubisEruby2
desc: print _buf #, no binding()
class: Erubis::Eruby2