summaryrefslogtreecommitdiff
path: root/trunk/benchmark/bm_vm1_not.rb
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/benchmark/bm_vm1_not.rb')
-rw-r--r--trunk/benchmark/bm_vm1_not.rb7
1 files changed, 0 insertions, 7 deletions
diff --git a/trunk/benchmark/bm_vm1_not.rb b/trunk/benchmark/bm_vm1_not.rb
deleted file mode 100644
index f139fed8be..0000000000
--- a/trunk/benchmark/bm_vm1_not.rb
+++ /dev/null
@@ -1,7 +0,0 @@
-i = 0
-obj = Object.new
-
-while i<30000000 # while loop 1
- i+= 1
- !obj
-end