Skip to content

Commit eaf7659

Browse files
authored
bench: apply suggestion from code review
Signed-off-by: Muhammad Haris <[email protected]>
1 parent adfbe6d commit eaf7659

File tree

1 file changed

+1
-1
lines changed
  • lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/benchmark

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/blas/ext/base/ndarray/gsorthp/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ function createBenchmark( len ) {
5454
x = new ndarray( options.dtype, xbuf, [ len ], [ 1 ], 0, 'row-major' );
5555

5656
order = scalar2ndarray( -1.0, {
57-
'dtype': options.dtype
57+
'dtype': 'generic'
5858
});
5959

6060
return benchmark;

0 commit comments

Comments
 (0)