Skip to content

Commit e259e45

Browse files
authored
fix: apply suggestions from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent 92a67f9 commit e259e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/ndarray/push/benchmark/benchmark.assign.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bench( pkg, function benchmark( b ) {
4242
};
4343
x = zeros( [ 3 ], opts );
4444
values = [ 1.0, 2.0, 3.0, 4.0];
45-
out = zeros( [ 8 ], opts );
45+
out = zeros( [ 7 ], opts );
4646

4747
b.tic();
4848
for ( i = 0; i < b.iterations; i++ ) {

0 commit comments

Comments
 (0)