spec/functional/terminate_early_spec.rb in picky-4.22.0 vs spec/functional/terminate_early_spec.rb in picky-4.23.0

- old
+ new

@@ -155,10 +155,10 @@ end fast = performance_of do try_fast.search 'hello' end slow.should < 0.00009 - fast.should < 0.00005 + fast.should < 0.00006 (slow/fast).should >= 1.5 try_slow = Picky::Search.new index slow = performance_of do try_slow.search('hello hello').ids \ No newline at end of file