summaryrefslogtreecommitdiff
path: root/ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb')
-rw-r--r--ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb b/ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb
deleted file mode 100644
index 56b5b0a956..0000000000
--- a/ruby_1_9_3/benchmark/bm_vm_thread_pass_flood.rb
+++ /dev/null
@@ -1,8 +0,0 @@
-1000.times{
- Thread.new{loop{Thread.pass}}
-}
-
-i=0
-while i<10000
- i += 1
-end