Skip to content

Commit

Permalink
decrease size of bohnsack/bm_so_sieve benchmark to allow it to finish…
Browse files Browse the repository at this point in the history
… in a reasonable time

this can probably be bumped back up when we fix Array#join, but in the
meantime it's nice to run the complete benchmark in a reasonable time period
  • Loading branch information
dgtized committed Oct 30, 2008
1 parent 5fef753 commit 7b43cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/bohnsack/bm_so_sieve.rb
@@ -1,4 +1,4 @@
max = Integer(ARGV.shift || 10000000)
max = Integer(ARGV.shift || 1000000)

sieve = [nil, nil] + (2 .. max).to_a

Expand Down

0 comments on commit 7b43cf1

Please sign in to comment.