1
0
Fork 0
A study in Ruby template library performance
Go to file
Gregory Eremin 1e8c510d47 Added readme 2013-12-13 13:43:37 +07:00
templates Initial commit 2013-12-13 13:39:20 +07:00
.gitignore Initial commit 2013-12-13 13:39:20 +07:00
Gemfile Initial commit 2013-12-13 13:39:20 +07:00
Gemfile.lock Initial commit 2013-12-13 13:39:20 +07:00
README.md Added readme 2013-12-13 13:43:37 +07:00
benchmark.rb Added readme 2013-12-13 13:43:37 +07:00

README.md

Template Engine Comparison

Running

git clone git@github.com:localhots/template_engine_comparison.git
cd template_engine_comparison
bundle install
./benchmark.rb

Current Results

############################################################
##                Compilation (1000 runs)                 ##
############################################################
                     user     system      total        real
erb              0.230000   0.020000   0.250000 (  0.247248)
erubis           0.050000   0.010000   0.060000 (  0.061928)
haml             0.880000   0.050000   0.930000 (  0.935885)

############################################################
##                  Render (10000 runs)                   ##
############################################################
                     user     system      total        real
erb              0.140000   0.000000   0.140000 (  0.136514)
erubis           0.080000   0.000000   0.080000 (  0.085103)
haml             0.250000   0.020000   0.270000 (  0.263665)