aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/vm2_unif1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm2_unif1.yml')
-rw-r--r--benchmark/vm2_unif1.yml11
1 files changed, 11 insertions, 0 deletions
diff --git a/benchmark/vm2_unif1.yml b/benchmark/vm2_unif1.yml
new file mode 100644
index 0000000000..d4759ea78e
--- /dev/null
+++ b/benchmark/vm2_unif1.yml
@@ -0,0 +1,11 @@
+benchmark:
+ vm2_unif1: |
+ i = 0
+ def m a, b
+ end
+
+ while i<6_000_000 # benchmark loop 2
+ i += 1
+ m 100, 200
+ end
+loop_count: 1