summaryrefslogtreecommitdiff
path: root/benchmark/bm_vm_thread_mutex2.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_mutex2.rb')
-rw-r--r--benchmark/bm_vm_thread_mutex2.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_mutex2.rb b/benchmark/bm_vm_thread_mutex2.rb
index a74e2fd490..d700b146d4 100644
--- a/benchmark/bm_vm_thread_mutex2.rb
+++ b/benchmark/bm_vm_thread_mutex2.rb
@@ -3,7 +3,7 @@
require 'thread'
m = Mutex.new
r = 0
-max = 1000
+max = 2000
lmax = (max * max)/2
(1..2).map{
Thread.new{