From f7c15f65019363b213e00031cc7b8e6c6aa0648e Mon Sep 17 00:00:00 2001 From: Max De Marzi Date: Tue, 5 Jun 2012 01:25:38 -0500 Subject: [PATCH] with 5k nodes streaming test --- spec/integration/streaming_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/integration/streaming_spec.rb b/spec/integration/streaming_spec.rb index 4bf3dc9..759fa0d 100644 --- a/spec/integration/streaming_spec.rb +++ b/spec/integration/streaming_spec.rb @@ -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|