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