Skip to content
This repository has been archived by the owner on Nov 4, 2020. It is now read-only.

Commit

Permalink
move micro benchmarks and the check pull changelog tool inside the to…
Browse files Browse the repository at this point in the history
…ols folder

Fixes elastic#5268
  • Loading branch information
Pere Urbon-Bayes committed May 12, 2016
1 parent 1acc309 commit a546bdc
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/benchmark.rake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
namespace :benchmark do
desc "Run benchmark code in benchmark/*.rb"
task :run => ["test:setup"] do
path = File.join(LogStash::Environment::LOGSTASH_HOME, "benchmark", "*.rb")
path = File.join(LogStash::Environment::LOGSTASH_HOME, "tools/benchmark", "*.rb")
Dir.glob(path).each { |f| require f }
end
end
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a546bdc

Please sign in to comment.