aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm_thread_pass_flood.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_pass_flood.rb')
-rw-r--r--benchmark/bm_vm_thread_pass_flood.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_pass_flood.rb b/benchmark/bm_vm_thread_pass_flood.rb
index 56b5b0a956..27157d1a6f 100644
--- a/benchmark/bm_vm_thread_pass_flood.rb
+++ b/benchmark/bm_vm_thread_pass_flood.rb
@@ -2,7 +2,7 @@
Thread.new{loop{Thread.pass}}
}
-i=0
+i = 0
while i<10000
i += 1
end