summaryrefslogtreecommitdiff
path: root/benchmark/vm_unif1.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_unif1.yml')
-rw-r--r--benchmark/vm_unif1.yml7
1 files changed, 7 insertions, 0 deletions
diff --git a/benchmark/vm_unif1.yml b/benchmark/vm_unif1.yml
new file mode 100644
index 0000000000..04187bb0e2
--- /dev/null
+++ b/benchmark/vm_unif1.yml
@@ -0,0 +1,7 @@
+prelude: |
+ def m a, b
+ end
+benchmark:
+ vm_unif1: |
+ m 100, 200
+loop_count: 6000000