aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_vm_thread_alive_check1.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_vm_thread_alive_check1.rb')
-rw-r--r--benchmark/bm_vm_thread_alive_check1.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_vm_thread_alive_check1.rb b/benchmark/bm_vm_thread_alive_check1.rb
index aebe99875d..c993accdda 100644
--- a/benchmark/bm_vm_thread_alive_check1.rb
+++ b/benchmark/bm_vm_thread_alive_check1.rb
@@ -1,4 +1,4 @@
-5000.times{
+5_000.times{
t = Thread.new{}
while t.alive?
Thread.pass