Skip to content

Commit

Permalink
with 5k nodes streaming test
Browse files Browse the repository at this point in the history
  • Loading branch information
maxdemarzi committed Jun 5, 2012
1 parent 8aa9f96 commit f7c15f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/integration/streaming_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def batch_chunked2(*args)
end
end

commands = 2000.times.collect{|x| [:create_node, {:name => "node-#{x}"}]}
commands = 5000.times.collect{|x| [:create_node, {:name => "node-#{x}"}]}
file = StringIO.new(commands.to_json)

Benchmark.bm do |x|
Expand Down

0 comments on commit f7c15f6

Please sign in to comment.