benchmark: vm1_blockparam_yield: | def bp_yield &b yield end i = 0 while i<30_000_000 # while loop 1 i += 1 bp_yield{} end loop_count: 1