remove rake benchmark target

Fixes #7831
This commit is contained in:
Suyog Rao 2017-07-27 12:37:18 -07:00
parent fea624a05b
commit c0a224798b

View file

@ -1,8 +0,0 @@
namespace :benchmark do
desc "Run benchmark code in benchmark/*.rb"
task :run => ["test:setup"] do
path = File.join(LogStash::Environment::LOGSTASH_HOME, "tools/benchmark", "*.rb")
Dir.glob(path).each { |f| require f }
end
end
task :benchmark => "benchmark:run"