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 d700b146d4..703a044c10 100644
--- a/benchmark/bm_vm_thread_mutex2.rb
+++ b/benchmark/bm_vm_thread_mutex2.rb
@@ -7,7 +7,7 @@ max = 2000
lmax = (max * max)/2
(1..2).map{
Thread.new{
- i=0
+ i = 0
while i<lmax
i+=1
m.synchronize{