Skip to content

Commit b9abe22

Browse files
Update the yield benchmark for CRuby 2.5 changes (#141)
Co-authored-by: Ernesto Tagwerker <[email protected]>
1 parent 7797b38 commit b9abe22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1083,7 +1083,7 @@ Comparison:
10831083
block.call: 1967300.9 i/s - 5.30x slower
10841084
```
10851085

1086-
MRI Ruby 2.5 implements [Lazy Proc allocation for block parameters](https://bugs.ruby-lang.org/issues/14045):
1086+
MRI Ruby 2.5 implements [Lazy Proc allocation for block parameters](https://bugs.ruby-lang.org/issues/14045), which speeds things up by about 3x.:
10871087

10881088
```
10891089
$ ruby -v code/proc-and-block/proc-call-vs-yield.rb

0 commit comments

Comments
 (0)