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
1 changed files with 2 additions and 1 deletions

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 ------