From 929982ecea67dc60d4e555f8bacc72dd291b917b Mon Sep 17 00:00:00 2001 From: k0kubun Date: Sun, 8 Jul 2018 17:36:26 +0000 Subject: benchmark/*.yml: convert from benchmark/bm_*.rb git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63900 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- benchmark/bm_vm_thread_alive_check1.rb | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 benchmark/bm_vm_thread_alive_check1.rb (limited to 'benchmark/bm_vm_thread_alive_check1.rb') diff --git a/benchmark/bm_vm_thread_alive_check1.rb b/benchmark/bm_vm_thread_alive_check1.rb deleted file mode 100644 index c993accdda..0000000000 --- a/benchmark/bm_vm_thread_alive_check1.rb +++ /dev/null @@ -1,6 +0,0 @@ -5_000.times{ - t = Thread.new{} - while t.alive? - Thread.pass - end -} -- cgit v1.2.3