mirror of
https://github.com/Shopify/liquid.git
synced 2025-09-11 00:00:13 -04:00
Fix rake file, add rake benchmark:run
This commit is contained in:
parent
9c49b8bbb2
commit
9926d86c91
15
Rakefile
15
Rakefile
@ -24,14 +24,21 @@ task :release => :gem do
|
||||
sh "gem push pkg/liquid-#{gemspec.version}.gem"
|
||||
end
|
||||
|
||||
namespace :benchmark do
|
||||
|
||||
desc "Run the liquid benchmark"
|
||||
task :run do
|
||||
ruby "performance/benchmark.rb"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
namespace :profile do
|
||||
|
||||
task :default => [:run]
|
||||
|
||||
desc "Run the liquid profile/perforamce coverage"
|
||||
desc "Run the liquid profile/performance coverage"
|
||||
task :run do
|
||||
|
||||
ruby "performance/shopify.rb"
|
||||
ruby "performance/profile.rb"
|
||||
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user