Skip to content

Commit

Permalink
[minitest] remove increased accuracy
Browse files Browse the repository at this point in the history
  • Loading branch information
AJ Christensen committed Aug 17, 2012
1 parent 96c3420 commit 94acd30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sieve/primes_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

class TestPrimes < MiniTest::Unit::TestCase
def bench_sieve_primes
assert_performance_linear 0.9977 do |n|
assert_performance_linear do |n|
Sieve::Primes.new.take(n)[4,-1]
end
end
Expand Down

0 comments on commit 94acd30

Please sign in to comment.