diff options
Diffstat (limited to 'benchmark/vm1_blockparam_pass.yml')
| -rw-r--r-- | benchmark/vm1_blockparam_pass.yml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/benchmark/vm1_blockparam_pass.yml b/benchmark/vm1_blockparam_pass.yml deleted file mode 100644 index ca1bef3369..0000000000 --- a/benchmark/vm1_blockparam_pass.yml +++ /dev/null @@ -1,12 +0,0 @@ -prelude: | - def bp_yield - yield - end - - def bp_pass &b - bp_yield &b - end -benchmark: - vm1_blockparam_pass: | - bp_pass{} -loop_count: 30000000 |
