spec/functional/terminate_early_spec.rb in picky-4.24.0 vs spec/functional/terminate_early_spec.rb in picky-4.25.0

- old
+ new

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