diff options
| author | Jack Nagel | 2014-06-10 17:47:53 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-06-10 17:50:33 -0500 |
| commit | 04769734675945a9447d9ee95032e6350d48019d (patch) | |
| tree | 32c39adfcf3d0248ca368e9472868a0f79f2e645 | |
| parent | b59f4b0c986958067638dc43f65d4613127d270b (diff) | |
| download | homebrew-04769734675945a9447d9ee95032e6350d48019d.tar.bz2 | |
Remove ruby-prof rake task
The areas that we are interested in optimizing for performance are
things that are invoked repeatedly, and are not evident in the test
suite.
| -rw-r--r-- | Library/Homebrew/test/Rakefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/Library/Homebrew/test/Rakefile b/Library/Homebrew/test/Rakefile index cfb3d7d97..75b34761a 100644 --- a/Library/Homebrew/test/Rakefile +++ b/Library/Homebrew/test/Rakefile @@ -48,17 +48,3 @@ begin end rescue LoadError end - -begin - require 'rubygems' - require 'ruby-prof/task' - - RubyProf::ProfileTask.new do |t| - t.libs << Dir.pwd - t.test_files = TEST_FILES - t.output_dir = TEST_DIRECTORY+'prof' - t.printer = :graph_html - t.min_percent = 2 - end -rescue LoadError -end |
