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:
parent
3f0c2215e1
commit
f5fd3c3ff9
1 changed files with 2 additions and 1 deletions
3
Rakefile
3
Rakefile
|
@ -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 ------
|
||||
|
|
Loading…
Reference in a new issue