summaryrefslogtreecommitdiff
path: root/benchmark/vm_thread_queue.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_thread_queue.rb')
-rw-r--r--benchmark/vm_thread_queue.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/vm_thread_queue.rb b/benchmark/vm_thread_queue.rb
index 274ceda366..1dd3696a3c 100644
--- a/benchmark/vm_thread_queue.rb
+++ b/benchmark/vm_thread_queue.rb
@@ -1,6 +1,6 @@
require 'thread'
-n = 1_000_000
+n = 10_000_000
q = Thread::Queue.new
consumer = Thread.new{
while q.pop