1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00

A saner way of isolating the benchmark task.

git-svn-id: svn://hamptoncatlin.com/haml/trunk@229 7063305b-7217-0410-af8c-cdc13e5119b9
This commit is contained in:
nex3 2006-12-16 23:23:53 +00:00
parent 3f0c2215e1
commit f5fd3c3ff9

View file

@ -30,7 +30,8 @@ task :benchmark do
puts '-'*51
end
#
# Benchmarking gets screwed up if some other tasks have been
# initialized.
unless ARGV[0] == 'benchmark'
# ----- Default: Testing ------