Skip to content

Commit ed8f964

Browse files
authored
chore: update parameters for ndarray
Signed-off-by: Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
1 parent ad9b000 commit ed8f964

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/base/gger/benchmark/benchmark.ndarray.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function createBenchmark( N ) {
5757

5858
b.tic();
5959
for ( i = 0; i < b.iterations; i++ ) {
60-
z = gger( 'row-major', N, N, 1.0, x, 1, y, 1, A, N );
60+
z = gger( N, N, 1.0, x, 1, 0, y, 1, 0, A, N, 1, 0 );
6161
if ( isnan( z[ i%z.length ] ) ) {
6262
b.fail( 'should not return NaN' );
6363
}

0 commit comments

Comments
 (0)