summaryrefslogtreecommitdiff
path: root/benchmark/vm_method.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/vm_method.yml')
-rw-r--r--benchmark/vm_method.yml8
1 files changed, 8 insertions, 0 deletions
diff --git a/benchmark/vm_method.yml b/benchmark/vm_method.yml
new file mode 100644
index 0000000000..d45e4ec572
--- /dev/null
+++ b/benchmark/vm_method.yml
@@ -0,0 +1,8 @@
+prelude: |
+ def m
+ nil
+ end
+benchmark:
+ vm_method: |
+ m; m; m; m; m; m; m; m;
+loop_count: 6000000