Skip to content

Commit

Permalink
Add link to benchmark PR in README
Browse files Browse the repository at this point in the history
As suggested by @deniskorobicyn, adding a link from the `README.md`
to the PR, which has more information on performance characteristics.
  • Loading branch information
Drenmi committed Jan 12, 2016
1 parent 9be00e7 commit c778665
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -384,6 +384,9 @@ Comparison:

##### `Array#new` vs `Fixnum#times + map` [code](code/array/array-new-vs-fixnum-times-map.rb)

Typical slowdown is 40-60% depending on the size of the array. See the corresponding [pull request](pull/91) for
performance characteristics.

```
ruby 2.3.0p0 (2015-12-25 revision 53290) [x86_64-darwin15]
Calculating -------------------------------------
Expand Down

0 comments on commit c778665

Please sign in to comment.