mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
parent
fea624a05b
commit
c0a224798b
1 changed files with 0 additions and 8 deletions
|
@ -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"
|
Loading…
Add table
Add a link
Reference in a new issue