Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
floere committed Nov 27, 2011
1 parent d72a21f commit 474e82d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions server/lib/picky/index_realtime.rb
Expand Up @@ -4,11 +4,9 @@ module Picky
#
class Index

# TODO Rake troubles?
#
delegate :remove,
:add,
:replace,
delegate :remove, # aka delete.
:add, # aka insert.
:replace, # aka insert or update.
:clear_realtime,
:build_realtime_mapping,
:to => :categories
Expand Down
2 changes: 1 addition & 1 deletion server/performance_tests/index.rb
Expand Up @@ -105,6 +105,7 @@ def each up_to = nil, &block
category :text4, partial: full_partial, similarity: double_meta
end, :default_weights_full_partial_double_metaphone_similarity]

puts
puts
puts "All measurements in processed per second!"

Expand Down Expand Up @@ -132,7 +133,6 @@ def each up_to = nil, &block

backends.each do |backend_description, backend, amount|

puts
puts
print "Running tests with #{backend_description} with #{"%5d" % amount} indexed:"
puts " add/index | dump | total RAM/string/symbols per indexed"
Expand Down

0 comments on commit 474e82d

Please sign in to comment.