spec/functional/terminate_early_spec.rb in picky-4.29.0 vs spec/functional/terminate_early_spec.rb in picky-4.30.0
- old
+ new
@@ -183,10 +183,10 @@
end
fast = performance_of do
try_fast.search('hello hello hello').ids
end
slow.should < 0.0005
- fast.should < 0.00025
+ fast.should < 0.0003
(slow/fast).should >= 2
try_slow = Picky::Search.new index
slow = performance_of do
try_slow.search('hello hello hello hello').ids
\ No newline at end of file