Skip to content

Commit

Permalink
Merge branch 'master' into thesis-hash
Browse files Browse the repository at this point in the history
  • Loading branch information
weppos committed Feb 9, 2017
2 parents 482f534 + dd82821 commit 2a79a0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion test/profilers/list_profsize.rb
Expand Up @@ -3,7 +3,8 @@
require_relative "object_binsize"
require "public_suffix"

PublicSuffix::List.default
list = PublicSuffix::List.default
puts "#{list.size} rules:"

prof = ObjectBinsize.new
prof.report(PublicSuffix::List.default, label: "PublicSuffix::List size")
Expand Down
2 changes: 1 addition & 1 deletion test/profilers/object_binsize.rb
Expand Up @@ -37,7 +37,7 @@ def format_integer(int)

end

if __FILE__ == $0 && ENV["DEMO"] == "1"
if __FILE__ == $0
prof = ObjectBinsize.new

prof.report(nil, label: "nil")
Expand Down

0 comments on commit 2a79a0f

Please sign in to comment.