summaryrefslogtreecommitdiff
path: root/benchmark/vm1_not.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm1_not.yml')
-rw-r--r--benchmark/vm1_not.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/benchmark/vm1_not.yml b/benchmark/vm1_not.yml
new file mode 100644
index 0000000000..a38dfc7343
--- /dev/null
+++ b/benchmark/vm1_not.yml
@@ -0,0 +1,10 @@
+benchmark:
+ vm1_not: |
+ i = 0
+ obj = Object.new
+
+ while i<30_000_000 # while loop 1
+ i += 1
+ !obj
+ end
+loop_count: 1