rake memory_profile:run

This commit is contained in:
Florian Weingarten
2019-04-17 19:09:26 +01:00
parent b0629f17f7
commit c67b77709d
3 changed files with 38 additions and 2 deletions
+7
View File
@@ -85,6 +85,13 @@ namespace :profile do
end
end
namespace :memory_profile do
desc "Run memory profiler"
task :run do
ruby "./performance/memory_profile.rb"
end
end
desc "Run example"
task :example do
ruby "-w -d -Ilib example/server/server.rb"