Skip to content

Commit 13b54da

Browse files
committed
include chrome/ff versions in Lib.sort docstring
1 parent eed76c6 commit 13b54da

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib/search.js

+1
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ exports.roundUp = function(val, arrayIn, reverse) {
125125
* Here's how this plays out sorting a length-1e6 array:
126126
*
127127
* Calls to Sort FN | Chrome bare | FF bare | Chrome tweak | FF tweak
128+
* | v68.0 Mac | v61.0 Mac| |
128129
* ------------------+---------------+-----------+----------------+------------
129130
* ordered | 30.4e6 | 10.1e6 | 1e6 | 1e6
130131
* reversed | 29.4e6 | 9.9e6 | 1e6 + reverse | 1e6 + reverse

0 commit comments

Comments
 (0)