Skip to content

Commit 2cddc5c

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 7c4f80a commit 2cddc5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/utils/async/inmap-right/benchmark

lib/node_modules/@stdlib/utils/async/inmap-right/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ bench( format( '%s:limit=3', pkg ), function benchmark( b ) {
110110
opts = {
111111
'limit': 3
112112
};
113-
arr = full( 100, EPS, 'generic' );
113+
arr = full( 100, EPS, 'generic' );
114114
i = 0;
115115
b.tic();
116116

0 commit comments

Comments
 (0)