test/printers_test.rb in ruby-prof-0.15.8 vs test/printers_test.rb in ruby-prof-0.15.9

- old
+ new

@@ -9,10 +9,10 @@ class PrintersTest < TestCase def setup # WALL_TIME so we can use sleep in our test and get same measurements on linux and windows RubyProf::measure_mode = RubyProf::WALL_TIME @result = RubyProf.profile do - run_primes(200) + run_primes(1000, 5000) end end def test_printers assert_nothing_raised do