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, 7 insertions, 0 deletions
diff --git a/trunk/benchmark/bm_vm1_not.rb b/trunk/benchmark/bm_vm1_not.rb
new file mode 100644
index 0000000000..f139fed8be
--- /dev/null
+++ b/trunk/benchmark/bm_vm1_not.rb
@@ -0,0 +1,7 @@
+i = 0
+obj = Object.new
+
+while i<30000000 # while loop 1
+ i+= 1
+ !obj
+end