Skip to content

Commit 4a6124d

Browse files
authored
bench: fix argument
Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6d70527 commit 4a6124d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/ext/base/ndarray/dnansumkbn/benchmark

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ function createBenchmark( len ) {
6464
var xbuf;
6565
var x;
6666

67-
xbuf = filledarrayBy( len, 'float64', rand );
67+
xbuf = filledarrayBy( len, options.dtype, rand );
6868
x = new ndarray( options.dtype, xbuf, [ len ], [ 1 ], 0, 'row-major' );
6969

7070
return benchmark;

0 commit comments

Comments
 (0)