summaryrefslogtreecommitdiff
path: root/trunk/benchmark/bm_vm1_block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/bm_vm1_block.rb')
-rw-r--r--trunk/benchmark/bm_vm1_block.rb10
1 files changed, 0 insertions, 10 deletions
diff --git a/trunk/benchmark/bm_vm1_block.rb b/trunk/benchmark/bm_vm1_block.rb
deleted file mode 100644
index 2dc4e72be5..0000000000
--- a/trunk/benchmark/bm_vm1_block.rb
+++ /dev/null
@@ -1,10 +0,0 @@
-def m
- yield
-end
-
-i=0
-while i<30000000 # while loop 1
- i+=1
- m{
- }
-end \ No newline at end of file